UNPKG

dmeditor

Version:

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

12 lines (11 loc) 270 B
export declare const ChooseDependency: (props: { widget: string; value?: { id: string; type: string; } | undefined; onChange: (v?: { id: string; type: string; }) => void; }) => import("react/jsx-runtime").JSX.Element;