rich-text-editor
Version:
Rich text editor
23 lines (22 loc) • 415 B
TypeScript
declare const _default: (string | {
action: string;
label: string;
svg: string;
useWrite?: undefined;
} | {
action: string;
svg: string;
label?: undefined;
useWrite?: undefined;
} | {
action: string;
label: string;
useWrite: boolean;
svg: string;
} | {
action: string;
useWrite: boolean;
svg: string;
label?: undefined;
})[];
export default _default;