prestyled
Version:
React components for styling web projects, based upon Theme UI
27 lines (26 loc) • 604 B
TypeScript
export declare const fonts: {
heading: string;
body: string;
mono: string;
};
export declare const fontSizes: string[];
export declare const medium = 500;
export declare const bold = 700;
export declare const regular = 400;
export declare const fontWeights: {
medium: number;
bold: number;
regular: number;
heading: number;
};
export declare const lineHeights: {
standard: number;
display: number;
heading: number;
};
export declare const letterSpacings: {
normal: string;
caps: string;
};
export declare const styles: any;
export declare const text: any;