@groww-tech/mint-css
Version:
A CSS library that provides classes, tokens, variables, fonts and other essential stylings governed under MINT design system, used by Groww
15 lines (14 loc) • 620 B
TypeScript
// Auto-generated types for groww-primary utility classes (interactionStateHover)
export const growwprimaryInteractionStateHoverUtilityClasses = [
"backgroundAccentHover",
"backgroundAccentSubtleHover",
"backgroundNegativeHover",
"backgroundNegativeSubtleHover",
"backgroundPositiveHover",
"backgroundPositiveSubtleHover",
"backgroundTransparentAccentHover",
"backgroundTransparentHover",
"backgroundTransparentNegativeHover",
"backgroundTransparentPositiveHover"
] as const;
export type growwprimaryInteractionStateHoverUtilityClass = typeof growwprimaryInteractionStateHoverUtilityClasses[number];