props.d.ts 98 B

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