index.tsx
1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export { default as AddTags } from './hr/add_tags';
export type { TagProps } from './hr/add_tags';
export { default as InputItem } from './hr/antd_input';
export { default as BraftEditor } from './hr/braft_editor';
export type { BraftDeitorProps } from './hr/braft_editor';
export { default as Breadcrumb } from './hr/bread_crumb';
export type { BreadcrumbProps } from './hr/bread_crumb';
export { default as ButtonRadio } from './hr/button_radio';
export type { ButtonRadioProps } from './hr/button_radio';
export { default as FormModal } from './hr/form_modal';
export type { FormModalProps } from './hr/form_modal';
export { default as Image } from './hr/image';
export type { ImageComponentProps } from './hr/image';
export { default as ModalConfirm } from './hr/modal_confirm';
export { default as Pagination } from './hr/pagination';
export type { PaginationProps } from './hr/pagination';
export { default as SearchWrap } from './hr/search';
export type { SearchWrapProps } from './hr/search';
export { default as TableWrap } from './hr/table';
export type { tableProps } from './hr/table';
export { default as Tabs } from './hr/tabs';
export type { MyTabsProps } from './hr/tabs';
export { default as UploadFiles } from './hr/upload_file';
export type { UploadFileProps } from './hr/upload_file';
export { default as NoData } from './hr/nodata';