UNPKG

@alicloud/console-base-rc-marks

Version:
8 lines 445 B
export { default } from './mark-by-type'; // 需传入类型 export { default as MarkBase } from './mark-base'; // 供需要自定义的地方使用 export { default as New } from './type-new'; export { default as Hot } from './type-hot'; export { default as PublicBeta } from './type-public-beta'; export { default as Beta } from './type-beta'; export { default as Alpha } from './type-alpha'; export { default as Update } from './type-update';