UNPKG

@metamask/design-system-react-native

Version:
6 lines 469 B
import { AvatarIconSize, AvatarIconSeverity } from "../../types/index.cjs"; import { IconSize, IconColor } from "../Icon/index.cjs"; export declare const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record<AvatarIconSeverity, string>; export declare const MAP_AVATARICON_SIZE_ICONSIZE: Record<AvatarIconSize, IconSize>; export declare const MAP_AVATARICON_SEVERITY_ICONCOLOR: Record<AvatarIconSeverity, IconColor>; //# sourceMappingURL=AvatarIcon.constants.d.cts.map