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) 650 B
// Auto-generated aggregated types for all utility classes in category "interaction-state-selected" export const allInteractionStateSelectedUtilityClasses = [ "backgroundAccentSelected", "backgroundAccentSubtleSelected", "backgroundNegativeSelected", "backgroundNegativeSubtleSelected", "backgroundPositiveSelected", "backgroundPositiveSubtleSelected", "backgroundTransparentAccentSelected", "backgroundTransparentNegativeSelected", "backgroundTransparentPositiveSelected", "backgroundTransparentSelected" ] as const; export type AllInteractionStateSelectedUtilityClass = typeof allInteractionStateSelectedUtilityClasses[number];