UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

10 lines 322 B
export interface FontWeights { normal: number; medium: number; semibold: number; } export declare const fontWeights: FontWeights; export declare const fontWeightNormal: number; export declare const fontWeightMedium: number; export declare const fontWeightBold: number; //# sourceMappingURL=fontWeights.d.ts.map