UNPKG

hongluan-ui

Version:
3 lines (2 loc) 144 B
import type { Table, TableProps } from '../table/defaults'; export declare function createStore<T>(table: Table<T>, props: TableProps<T>): any;