@react-to-styled/essentials
Version:
21 lines (20 loc) • 614 B
TypeScript
/// <reference types="styled-components" />
declare const Colors: {
storybookPrimary: string;
storybookGrayLight: string;
storybookGray: string;
shadowColor: string;
background: string;
borderColor: string;
darkBlue: string;
grayBackground: string;
textColor: string;
paginatorActiveBorder: string;
toggleActive: string;
toggleBackground: string;
};
declare const Fonts: {
OpenSans: string;
};
declare const EssentialStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
export { Colors, Fonts, EssentialStyle };