@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) • 662 B
TypeScript
// Auto-generated types for groww-primary utility classes (interactionStateSelected)
export const growwprimaryInteractionStateSelectedUtilityClasses = [
"backgroundAccentSelected",
"backgroundAccentSubtleSelected",
"backgroundNegativeSelected",
"backgroundNegativeSubtleSelected",
"backgroundPositiveSelected",
"backgroundPositiveSubtleSelected",
"backgroundTransparentAccentSelected",
"backgroundTransparentNegativeSelected",
"backgroundTransparentPositiveSelected",
"backgroundTransparentSelected"
] as const;
export type growwprimaryInteractionStateSelectedUtilityClass = typeof growwprimaryInteractionStateSelectedUtilityClasses[number];