UNPKG

@textbus/editor

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

5 lines (4 loc) 170 B
import { VElement, VTextNode } from '@textbus/core'; export declare function useComponentToolbar(): (props: { children?: Array<VElement | VTextNode>; }) => VElement;