first commit
This commit is contained in:
11
frontend/node_modules/antd/es/avatar/index.d.ts
generated
vendored
Normal file
11
frontend/node_modules/antd/es/avatar/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import InternalAvatar from './Avatar';
|
||||
import type { AvatarGroupProps } from './AvatarGroup';
|
||||
import AvatarGroup from './AvatarGroup';
|
||||
export type { AvatarProps } from './Avatar';
|
||||
/** @deprecated Please use `AvatarGroupProps` */
|
||||
export type GroupProps = AvatarGroupProps;
|
||||
type CompoundedComponent = typeof InternalAvatar & {
|
||||
Group: typeof AvatarGroup;
|
||||
};
|
||||
declare const Avatar: CompoundedComponent;
|
||||
export default Avatar;
|
||||
Reference in New Issue
Block a user