@up-group-ui/react-controls
Version:
Up shared react controls
27 lines (26 loc) • 615 B
TypeScript
import { ThemeColorMap } from './types';
export declare const colors: {
tangerine: string;
pumpkine: string;
greyishBrown: string;
QR: string;
brownGrey: string;
pinkishGrey: string;
lightGrey: string;
paleGrey: string;
white: string;
turquoiseBlue: string;
oceanBlue: string;
paleRed: string;
boringGreen: string;
tangerine10: string;
turquoiseDark: string;
paleYellow: string;
social: string;
socialDark: string;
grey: string;
green: string;
tangerine2: string;
};
declare const colorMap: ThemeColorMap;
export default colorMap;