@sitecore/sc-contenthub-blok
Version:
A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).
22 lines (21 loc) • 435 B
TypeScript
interface FontSizes {
"3xs": string;
"2xs": string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
"2xl": string;
"3xl": string;
"4xl": string;
"5xl": string;
"6xl": string;
"7xl": string;
"8xl": string;
"9xl": string;
}
export declare const fontSizes: FontSizes;
export declare const fontSizeSmall: string;
export declare const fontSizeBase: string;
export {};