@handsontable/vue
Version:
Best Data Grid for Vue with Spreadsheet Look and Feel.
7 lines (6 loc) • 327 B
TypeScript
import Vue from 'vue';
import { ThisTypedComponentOptionsWithRecordProps } from 'vue/types/options';
import { HotTableProps, HotColumnMethods } from './types';
declare const HotColumn: ThisTypedComponentOptionsWithRecordProps<Vue, {}, HotColumnMethods, {}, HotTableProps>;
export default HotColumn;
export { HotColumn };