@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
43 lines (42 loc) • 1.22 kB
TypeScript
// Auto-generated aggregated types for all utility classes in category "border"
export const allBorderUtilityClasses = [
"borderAccent",
"borderCommoditiesGh1",
"borderCommoditiesGh2",
"borderCommoditiesGh3",
"borderCommoditiesGh4",
"borderCommoditiesGh5",
"borderCommoditiesGh6",
"borderDataVizBlue",
"borderDataVizBlueSubtle",
"borderDataVizBrown",
"borderDataVizBrownSubtle",
"borderDataVizGrey",
"borderDataVizGreySubtle",
"borderDataVizLilac",
"borderDataVizLilacSubtle",
"borderDataVizMagenta",
"borderDataVizMagentaSubtle",
"borderDataVizMintGreen",
"borderDataVizMintGreenSubtle",
"borderDataVizOliveGreen",
"borderDataVizOliveGreenSubtle",
"borderDataVizOrange",
"borderDataVizOrangeSubtle",
"borderDataVizRed",
"borderDataVizRedSubtle",
"borderDataVizSkyBlue",
"borderDataVizSkyBlueSubtle",
"borderDataVizYellow",
"borderDataVizYellowSubtle",
"borderDisabled",
"borderDisabledOnSurfaceZ1",
"borderDisabledOnSurfaceZ2",
"borderNegative",
"borderNeutral",
"borderPositive",
"borderPrimary",
"borderPrimaryOnSurfaceZ1",
"borderPrimaryOnSurfaceZ2"
] as const;
export type AllBorderUtilityClass = typeof allBorderUtilityClasses[number];