UNPKG

@corgicoding/el-libs

Version:

element-plus的二次封装组件集合

12 lines (11 loc) 964 B
export type { RemoteSelectProps, RemoteTreeSelectProps } from '@corgicoding-el/remote-select'; export type { DictProps } from '@corgicoding-el/dict'; export type { UploadFilesProps, UploadImageProps } from '@corgicoding-el/upload'; export type { CustomDialogProps } from '@corgicoding-el/custom-dialog'; export type { DataTableProps, ColumnType as TableColumn } from '@corgicoding-el/data-table'; export type { DataTableGridProps, PaginationSetting, GridColumnType as ColumnType, ActionType } from '@corgicoding-el/data-table-grid'; export type { DataPaginaitonProps } from '@corgicoding-el/data-pagination'; export type { DataFormGridProps, FormGridConfig, FormItemTypes } from '@corgicoding-el/data-form-grid'; export type { DialogFormProps, FormActionType } from '@corgicoding-el/dialog-form-grid'; export type { PageSearchTableProps } from '@corgicoding-el/page-search-table'; export type { NormalizedResponse, NormalizedError } from '@corgicoding/web-types';