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

19 lines (18 loc) 558 B
// Auto-generated types for groww-primary utility classes (content) export const growwprimaryContentUtilityClasses = [ "contentAccent", "contentAccentSecondary", "contentAccentSecondarySubtle", "contentDisabled", "contentInversePrimary", "contentInverseSecondary", "contentNegative", "contentOnColour", "contentOnColourInverse", "contentPositive", "contentPrimary", "contentSecondary", "contentTertiary", "contentWarning" ] as const; export type growwprimaryContentUtilityClass = typeof growwprimaryContentUtilityClasses[number];