hk-core-antdv
Version:
Based on Antd Vue3 custom components
7 lines (6 loc) • 337 B
TypeScript
import { default as ComponentList } from './components';
import { ArrayUtils, ObjectUtils } from './utils';
export type { NameValue } from './types/NameValue';
export type { QueryComponent } from './types/QueryComponent';
export type { JsonResult, QueryPage } from './types/QueryPage';
export { ComponentList, ArrayUtils, ObjectUtils };