mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 17:53:59 +02:00
Add DefaultEditable and AndroidEditable to exports (#4255)
This commit is contained in:
@@ -26,3 +26,4 @@ export { useSlate } from './hooks/use-slate'
|
|||||||
export { ReactEditor } from './plugin/react-editor'
|
export { ReactEditor } from './plugin/react-editor'
|
||||||
export { withReact } from './plugin/with-react'
|
export { withReact } from './plugin/with-react'
|
||||||
export const Editable = !IS_ANDROID ? DefaultEditable : AndroidEditable
|
export const Editable = !IS_ANDROID ? DefaultEditable : AndroidEditable
|
||||||
|
export { DefaultEditable, AndroidEditable }
|
||||||
|
Reference in New Issue
Block a user