UNPKG

hongluan-ui

Version:
9 lines (8 loc) 377 B
import type { FunctionalComponent, Ref } from 'vue'; import type { TableV2GridProps } from '../grid'; import type { TableGridInstance } from '../table-grid'; export declare type MainTableRendererProps = TableV2GridProps & { mainTableRef: Ref<TableGridInstance | undefined>; }; declare const MainTable: FunctionalComponent<MainTableRendererProps>; export default MainTable;