@handsontable/vue3
Version:
Best Data Grid for Vue with Spreadsheet Look and Feel.
12 lines (11 loc) • 554 B
TypeScript
declare const HotColumn: import("vue").DefineComponent<{}, {}, {}, {}, {
/**
* Create the column settings based on the data provided to the `hot-column`
* component and it's child components.
*/
createColumnSettings(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {
[x: string]: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default HotColumn;
export { HotColumn };