air-command-ui-library
Version:
A React component library for Air Command System with Storybook
59 lines (58 loc) • 1.38 kB
TypeScript
export declare const theme: {
animation: {
transition: string;
};
colors: {
light: {
modal: {
background: string;
border: string;
overlay: string;
shadow: string;
};
text: {
primary: string;
secondary: string;
white: string;
};
field: {
evenBackground: string;
oddBackground: string;
border: string;
};
header: {
border: string;
};
actions: {
border: string;
};
};
dark: {
modal: {
background: string;
border: string;
overlay: string;
shadow: string;
};
text: {
primary: string;
secondary: string;
white: string;
};
field: {
evenBackground: string;
oddBackground: string;
border: string;
};
header: {
border: string;
};
actions: {
border: string;
};
};
};
fonts: {
family: string;
};
};