dmeditor
Version:
dmeditor is a block-style visual editor. Data is in json format.
14 lines (13 loc) • 360 B
TypeScript
export declare const largeIcon: {
style: {
fontSize: string;
};
};
export declare const smallIcon: {
style: {
fontSize: string;
marginLeft: number;
};
};
export declare const ToolButton: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const TopBar: () => import("react/jsx-runtime").JSX.Element;