UNPKG

dmeditor

Version:

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

5 lines (4 loc) 147 B
export declare const PickColor: (props: { color: string; onChange: (color: string) => void; }) => import("react/jsx-runtime").JSX.Element;