@hhgtech/hhg-components
Version:
Hello Health Group common components
18 lines (17 loc) • 439 B
TypeScript
import { FontWeight } from "./text";
import { CustomStylesType } from "./types";
export declare const getHeadingStyles: (options?: {
version?: CustomStylesType;
mbDown?: boolean;
}) => {
[k: string]: any;
};
export declare const GlobalHeadingStyle: (version?: CustomStylesType) => {
Title: {
styles: {
root: {
fontWeight: FontWeight;
};
};
};
};