UNPKG

react-uki

Version:
48 lines (47 loc) 1.14 kB
import { FlattenInterpolation } from 'styled-components'; export declare const normalize: FlattenInterpolation<any>; export declare const theme: { breakpoints: string[]; fontSizes: number[]; colors: { white: string; black: string; dark: string; gray: string[]; orange: string[]; yellow: string[]; lime: string[]; green: string[]; teal: string[]; cyan: string[]; blue: string[]; indigo: string[]; violet: string[]; fuschia: string[]; pink: string[]; red: string[]; }; space: number[]; fonts: { base: string; monospace: string; }; fontWeights: number[]; lineHeights: { normal: number; medium: number; large: number; }; letterSpacings: { small: string; normal: string; medium: string; large: string; }; shadows: { small: string; large: string; }; borders: import("styled-system").TLengthStyledSystem[]; radii: import("styled-system").TLengthStyledSystem[]; };