@masaischool/lotus
Version:
Masai UI component library designed to work seamlessly with Chakra UI
39 lines (38 loc) • 873 B
TypeScript
declare const styles: {
global: {
body: {
m: string;
};
h1: {
fontWeight: string;
fontSize: string;
lineHeight: string;
};
h2: {
fontWeight: string;
fontSize: string;
lineHeight: string;
};
h3: {
fontWeight: string;
fontSize: string;
lineHeight: string;
};
h4: {
fontWeight: string;
fontSize: string;
lineHeight: string;
};
h5: {
fontWeight: string;
fontSize: string;
lineHeight: string;
};
h6: {
fontWeight: string;
fontSize: string;
lineHeight: string;
};
};
};
export default styles;