4 lines
108 B
TypeScript
Executable File
4 lines
108 B
TypeScript
Executable File
import { TdAvatarGroupProps } from './type';
|
|
declare const props: TdAvatarGroupProps;
|
|
export default props;
|