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

33 lines (32 loc) 940 B
// Auto-generated aggregated types for all utility classes in category "border" export const allBorderUtilityClasses = [ "borderAccent", "borderDataVizBlue", "borderDataVizBlueSubtle", "borderDataVizBrown", "borderDataVizBrownSubtle", "borderDataVizGrey", "borderDataVizGreySubtle", "borderDataVizLilac", "borderDataVizLilacSubtle", "borderDataVizMagenta", "borderDataVizMagentaSubtle", "borderDataVizMintGreen", "borderDataVizMintGreenSubtle", "borderDataVizOliveGreen", "borderDataVizOliveGreenSubtle", "borderDataVizOrange", "borderDataVizOrangeSubtle", "borderDataVizRed", "borderDataVizRedSubtle", "borderDataVizSkyBlue", "borderDataVizSkyBlueSubtle", "borderDataVizYellow", "borderDataVizYellowSubtle", "borderDisabled", "borderNegative", "borderNeutral", "borderPositive", "borderPrimary" ] as const; export type AllBorderUtilityClass = typeof allBorderUtilityClasses[number];