UNPKG

rich-text-editor

Version:
23 lines (22 loc) 415 B
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;