UNPKG

rich-text-editor

Version:
9 lines (8 loc) 180 B
export type Shortcut = { action: string; label?: string; svg: string; fn?: 'write' | 'typedText'; }; declare const shortcuts: Shortcut[]; export default shortcuts;