UNPKG

dmeditor

Version:

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

10 lines (9 loc) 286 B
interface WidgetListProps { filter?: Array<string> | string; onSelect: (type: string, addData: { style?: string; savedBlock?: any; }) => void; } export declare const WidgetList: (props: WidgetListProps) => import("react/jsx-runtime").JSX.Element; export {};