UNPKG

element-plus

Version:

A Component Library for Vue 3

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;