alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
27 lines (24 loc) • 677 B
JavaScript
import "../chunks/chunk-U5RRZUYZ.js";
// src/ui/Typo.module.scss
var Typo_module_default = {
"hyphenate": "alinea-Typo-hyphenate",
"link": "alinea-Typo-link",
"p": "alinea-Typo-p",
"h5": "alinea-Typo-h5",
"h4": "alinea-Typo-h4",
"h3": "alinea-Typo-h3",
"h2": "alinea-Typo-h2",
"h1": "alinea-Typo-h1",
"is-flat": "alinea-Typo-is-flat",
"isFlat": "alinea-Typo-is-flat",
"monospace": "alinea-Typo-monospace",
"small": "alinea-Typo-small"
};
// src/ui/Typo.tsx
import { createTypo } from "./util/CreateTypo.js";
import { fromModule } from "./util/Styler.js";
var styles = fromModule(Typo_module_default);
var Typo = createTypo(styles);
export {
Typo
};