tdesign-mobile-vue
Version:
tdesign-mobile-vue
12 lines (11 loc) • 442 B
TypeScript
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;