geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
26 lines (25 loc) • 441 B
JavaScript
const p = {
display1: "p",
display2: "p",
display3: "p",
h1: "h1",
h2: "h2",
h3: "h3",
body1: "p",
body2: "p",
body3: "p",
body4: "p",
body5: "p",
body6: "p"
// overline1: 'p',
// overline2: 'p',
// overline3: 'p',
// 'cta-large': 'p',
// 'cta-normal': 'p',
// 'cta-small': 'p',
}, y = "body1";
export {
y as defaultTypographyVariant,
p as variantElementMap
};
//# sourceMappingURL=index.es106.js.map