alinea
Version:
Headless git-based CMS
29 lines (26 loc) • 694 B
JavaScript
import {
dist_default
} from "../chunks/chunk-A5O3N2GS.js";
import "../chunks/chunk-NZLE2WMY.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";
var styles = dist_default(Typo_module_default);
var Typo = createTypo(styles);
export {
Typo
};