UNPKG

@visactor/vtable

Version:

canvas table width high performance

6 lines (5 loc) 178 B
import type { IEditor } from '@visactor/vtable-editors'; export declare const editors: { [key: string]: IEditor; }; export declare function get(editorName: string): IEditor;