react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
102 lines (101 loc) • 2.1 kB
TypeScript
declare const colorsPalette: {
grey1: string;
grey5: string;
grey10: string;
grey20: string;
grey30: string;
grey40: string;
grey50: string;
grey60: string;
grey70: string;
grey80: string;
blue1: string;
blue5: string;
blue10: string;
blue20: string;
blue30: string;
blue40: string;
blue50: string;
blue60: string;
blue70: string;
blue80: string;
cyan10: string;
cyan20: string;
cyan30: string;
cyan40: string;
cyan50: string;
cyan60: string;
cyan70: string;
cyan80: string;
green1: string;
green5: string;
green10: string;
green20: string;
green30: string;
green40: string;
green50: string;
green60: string;
green70: string;
green80: string;
yellow1: string;
yellow5: string;
yellow10: string;
yellow20: string;
yellow30: string;
yellow40: string;
yellow50: string;
yellow60: string;
yellow70: string;
yellow80: string;
orange1: string;
orange5: string;
orange10: string;
orange20: string;
orange30: string;
orange40: string;
orange50: string;
orange60: string;
orange70: string;
orange80: string;
red1: string;
red5: string;
red10: string;
red20: string;
red30: string;
red40: string;
red50: string;
red60: string;
red70: string;
red80: string;
purple1: string;
purple5: string;
purple10: string;
purple20: string;
purple30: string;
purple40: string;
purple50: string;
purple60: string;
purple70: string;
purple80: string;
violet1: string;
violet5: string;
violet10: string;
violet20: string;
violet30: string;
violet40: string;
violet50: string;
violet60: string;
violet70: string;
violet80: string;
white: string;
black: string;
dark: string;
transparent: string;
};
declare const extraFixColorsMap: {
black: string;
white: string;
'#000': string;
'#fff': string;
};
export { colorsPalette, extraFixColorsMap };