UNPKG

@antdp/antdp-ui

Version:

基于antd封装的组件

5 lines (4 loc) 157 B
import { GetStoreProps } from './interface'; /** 状态管理 */ declare const useStore: (form?: GetStoreProps) => GetStoreProps[]; export default useStore;