UNPKG

tdesign-mobile-vue

Version:
12 lines (11 loc) 442 B
import _Tag from './tag'; import _CheckTag from './check-tag'; import { WithInstallType } from '../shared'; import { TdCheckTagProps, TdTagProps } from './type'; import './style'; export * from './type'; export declare type CheckTagProps = TdCheckTagProps; export declare type TagProps = TdTagProps; export declare const Tag: WithInstallType<typeof _Tag>; export declare const CheckTag: WithInstallType<typeof _CheckTag>; export default Tag;