UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

9 lines (8 loc) 244 B
export declare const Store: import("vue-types").VueTypeLooseShape<{ setState: any; getState: any; subscribe: any; }>; import create from '../_util/store/create'; declare const createStore: typeof create; export default createStore;