UNPKG

element-plus

Version:

A Component Library for Vue3.0

4 lines (3 loc) 197 B
import { Table } from '../table.type'; export declare function createStore(table: Table, initialState?: {}): import("../table.type").Store; export declare function mapStates<T>(mapper: T): any;