@metamask/design-system-react
Version:
Design system react ui components
12 lines • 393 B
text/typescript
import { IconSize } from "../Icon/index.mjs";
export declare const TWCLASSMAP_BUTTONICON_SIZE_DIMENSION: {
readonly sm: "h-6 w-6";
readonly md: "h-8 w-8";
readonly lg: "h-10 w-10";
};
export declare const MAP_BUTTONICON_SIZE_ICONSIZE: {
readonly sm: IconSize.Sm;
readonly md: IconSize.Md;
readonly lg: IconSize.Lg;
};
//# sourceMappingURL=ButtonIcon.constants.d.mts.map