UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

4 lines (3 loc) 188 B
import Store from './index'; import type { WatcherStatesType } from '../interface/interface'; export declare const createStore: (table: any, initialStates: WatcherStatesType) => Store;