UNPKG

@handsontable/vue

Version:

Best Data Grid for Vue with Spreadsheet Look and Feel.

6 lines (5 loc) 263 B
import Vue from 'vue'; import { HotTableData, HotTableMethods, HotTableProps, HotTableComponent } from './types'; declare const HotTable: HotTableComponent<Vue, HotTableData, HotTableMethods, {}, HotTableProps>; export default HotTable; export { HotTable };