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 {
|
||||
AdapterArguments,
|
||||
ElementNode,
|
||||
|
||||
Reference in New Issue
Block a user