mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 14:41:23 +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.
|
It takes as its props, any props accepted by a Textarea element plus the following props.
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
export type EditableProps = {
|
type EditableProps = {
|
||||||
decorate?: (entry: NodeEntry) => Range[]
|
decorate?: (entry: NodeEntry) => Range[]
|
||||||
onDOMBeforeInput?: (event: InputEvent) => void
|
onDOMBeforeInput?: (event: InputEvent) => void
|
||||||
placeholder?: string
|
placeholder?: string
|
||||||
|
Reference in New Issue
Block a user