UNPKG

@handsontable/vue3

Version:

Best Data Grid for Vue with Spreadsheet Look and Feel.

10 lines (9 loc) 278 B
import Handsontable from 'handsontable/base'; export interface HotTableProps extends Handsontable.GridSettings { id?: string; settings?: Handsontable.GridSettings; [additional: string]: any; } export declare type VueProps<T> = { [P in keyof T]: any; };