@qin-ui/antd-vue-pro
Version:
6 lines • 664 B
TypeScript
/**
* 统一 re-export @qin-ui/pro-components-core,包内所有文件通过此文件引入 core 内容,
* 避免直接散列依赖 @qin-ui/pro-components-core,便于将来统一维护。
*/
export { useForm, useTable, useFields, useFormData, useFormRef, InjectionFormKey, InjectionPathKey, getObject, toPath, camelizeProperties, cloneDeep, omit, pick, isPlainObject, type Data, type Path, type Paths, type KeyExpandString, type ExtendWithAny, type DeepPartial, type PageParam, type Fields, type Form, type Table, type UseFieldsReturn, type UseFormDataReturn, type UseFormRefReturn, } from '@qin-ui/pro-components-core';
//# sourceMappingURL=index.d.ts.map