@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
11 lines (10 loc) • 413 B
TypeScript
// Auto-generated types for commodities utility classes (background)
export const commoditiesBackgroundUtilityClasses = [
"backgroundCommoditiesGh1",
"backgroundCommoditiesGh2",
"backgroundCommoditiesGh3",
"backgroundCommoditiesGh4",
"backgroundCommoditiesGh5",
"backgroundCommoditiesGh6"
] as const;
export type commoditiesBackgroundUtilityClass = typeof commoditiesBackgroundUtilityClasses[number];