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

7 lines (6 loc) 263 B
// Auto-generated types for wealth utility classes (background) export const wealthBackgroundUtilityClasses = [ "backgroundAccent", "backgroundAccentSubtle" ] as const; export type wealthBackgroundUtilityClass = typeof wealthBackgroundUtilityClasses[number];