UNPKG

@hhgtech/hhg-components

Version:
17 lines (16 loc) 368 B
export declare const getHeadingStyles: (mbDown?: boolean) => { [k: string]: { fontSize: string; lineHeight: string; letterSpacing: string | number; }; }; export declare const GlobalHeadingStyle: { Title: { styles: { root: { fontWeight: number; }; }; }; };