chore(richtext-slate): export ElementButton, LeafButton and toggleElement
This commit is contained in:
@@ -50,6 +50,10 @@ export function slateEditor(args: AdapterArguments): RichTextAdapter<AdapterArgu
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export { default as ElementButton } from './field/elements/Button'
|
||||||
|
|
||||||
|
export { default as toggleElement } from './field/elements/toggle'
|
||||||
|
export { default as LeafButton } from './field/leaves/Button'
|
||||||
export type {
|
export type {
|
||||||
AdapterArguments,
|
AdapterArguments,
|
||||||
ElementNode,
|
ElementNode,
|
||||||
|
|||||||
Reference in New Issue
Block a user