UNPKG

@wulperstudio/cms

Version:
10 lines (9 loc) 847 B
/// <reference types="react" /> interface CustomAvatarPropsModel { minHeight?: string; minWidth?: string; } export declare const CustomAvatar: import("@emotion/styled").StyledComponent<import("@mui/material").AvatarOwnProps & import("@mui/material").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined; }, "variant" | "classes" | "className" | "style" | "children" | "sx" | "slotProps" | "slots" | "alt" | "src" | "sizes" | "srcSet" | "imgProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & CustomAvatarPropsModel, {}, {}>; export {};