UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

7 lines (6 loc) 248 B
type SelectorType = 'heading'; export declare const getValue: (index: number, type: SelectorType) => any; declare const BlockSelector: (props: { format: SelectorType; }) => import("react/jsx-runtime").JSX.Element; export default BlockSelector;