mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
Remove export from EditableProps in docs
This commit is contained in:
@@ -9,7 +9,7 @@ The `Editable` component is the main editing component. Note that it must be ins
|
||||
It takes as its props, any props accepted by a Textarea element plus the following props.
|
||||
|
||||
```typescript
|
||||
export type EditableProps = {
|
||||
type EditableProps = {
|
||||
decorate?: (entry: NodeEntry) => Range[]
|
||||
onDOMBeforeInput?: (event: InputEvent) => void
|
||||
placeholder?: string
|
||||
|
Reference in New Issue
Block a user