UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 285 B
import _Badge from './badge'; import { WithInstallType } from '../shared'; import { TdBadgeProps } from './type'; import './style'; export * from './type'; export declare type BadgeProps = TdBadgeProps; export declare const Badge: WithInstallType<typeof _Badge>; export default Badge;