UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

27 lines (26 loc) 653 B
declare const baseColors: { greySuperLight: string; greyLight: string; greyTextDarkBg: string; greyMid: string; greyDark: string; charcoalBg: string; red: string; charcoal: string; white: string; blue: string; purple: string; green: string; redAccent: string; greenAccent: string; blueAccent: string; purpleAccent: string; yellowAccent: string; burnRed: string; burnBlue: string; burnGreen: string; burnPurple: string; }; export declare type Color = keyof typeof baseColors; declare const colors: Record<Color, string>; export default colors;