UNPKG

razor-shared-library

Version:
4 lines (3 loc) 162 B
import { ReactElement } from 'react'; import { AvatarProps } from '@mui/material'; export declare function AvatarCustom({ ...Props }: AvatarProps): ReactElement;