@voiceiq/web-components
Version:
VoiceIQ Web Component library
61 lines (60 loc) • 1.6 kB
TypeScript
import { Variant } from './Typography.types';
declare const _default: {
classes: {
root: {
fontFamily: string;
};
h1: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
};
h2: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
};
h3: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
};
h4: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
};
h5: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
};
h6: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
};
body1: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
display: string;
};
body2: {
fontFamily: string;
fontWeight: number;
fontSize: number;
lineHeight: string;
display: string;
};
};
useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<Variant>;
};
export default _default;