first commit
This commit is contained in:
9
frontend/node_modules/antd/lib/avatar/AvatarContext.d.ts
generated
vendored
Normal file
9
frontend/node_modules/antd/lib/avatar/AvatarContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import type { ScreenSizeMap } from '../_util/responsiveObserver';
|
||||
export type AvatarSize = 'large' | 'small' | 'default' | number | ScreenSizeMap;
|
||||
export interface AvatarContextType {
|
||||
size?: AvatarSize;
|
||||
shape?: 'circle' | 'square';
|
||||
}
|
||||
declare const AvatarContext: React.Context<AvatarContextType>;
|
||||
export default AvatarContext;
|
||||
Reference in New Issue
Block a user