props.d.ts 96 B

123
  1. import { TdBadgeProps } from './type';
  2. declare const props: TdBadgeProps;
  3. export default props;