index.tsx 1.3 KB
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';