UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 330 B
import type { CnStatusTagProps, CnTagProps, CnSelectTagProps, CnTagGroupProps, CnStatusType } from './types'; export * from './cn-tag'; export * from './cn-status-tag'; export * from './cn-select-tag'; export * from './cn-tag-group'; export type { CnTagProps, CnStatusTagProps, CnSelectTagProps, CnTagGroupProps, CnStatusType, };