4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
|
|
import { TdAvatarProps } from './type';
|
||
|
|
declare const props: TdAvatarProps;
|
||
|
|
export default props;
|