UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

3 lines (2 loc) 123 B
export type KeyBindingPress = [string[], string]; export declare function parseKeybinding(str: string): KeyBindingPress[];