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

23 lines (22 loc) 699 B
// Auto-generated aggregated types for commodities utility classes export const commoditiesUtilityClasses = [ "backgroundCommoditiesGh1", "backgroundCommoditiesGh2", "backgroundCommoditiesGh3", "backgroundCommoditiesGh4", "backgroundCommoditiesGh5", "backgroundCommoditiesGh6", "borderCommoditiesGh1", "borderCommoditiesGh2", "borderCommoditiesGh3", "borderCommoditiesGh4", "borderCommoditiesGh5", "borderCommoditiesGh6", "contentCommoditiesGh1", "contentCommoditiesGh2", "contentCommoditiesGh3", "contentCommoditiesGh4", "contentCommoditiesGh5", "contentCommoditiesGh6" ] as const; export type commoditiesUtilityClass = typeof commoditiesUtilityClasses[number];