1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 20:40:19 +02:00

Add DefaultEditable and AndroidEditable to exports (#4255)

This commit is contained in:
Sunny Hirai
2021-05-12 17:02:54 -07:00
committed by GitHub
parent e03ce7c561
commit 5298e51f6e

View File

@@ -26,3 +26,4 @@ export { useSlate } from './hooks/use-slate'
export { ReactEditor } from './plugin/react-editor'
export { withReact } from './plugin/with-react'
export const Editable = !IS_ANDROID ? DefaultEditable : AndroidEditable
export { DefaultEditable, AndroidEditable }