UNPKG

@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) 608 B
// Auto-generated aggregated types for all utility classes in category "interaction-state-hover" export const allInteractionStateHoverUtilityClasses = [ "backgroundAccentHover", "backgroundAccentSubtleHover", "backgroundNegativeHover", "backgroundNegativeSubtleHover", "backgroundPositiveHover", "backgroundPositiveSubtleHover", "backgroundTransparentAccentHover", "backgroundTransparentHover", "backgroundTransparentNegativeHover", "backgroundTransparentPositiveHover" ] as const; export type AllInteractionStateHoverUtilityClass = typeof allInteractionStateHoverUtilityClasses[number];