@sandlada/vue-mdc
Version:

16 lines (15 loc) • 387 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
import { Typography } from "./typography.js";
import { vTypography } from "./typography-directive.js";
import { TypographyVariant } from "./typography-variant.js";
import "./typography.definition.js";
export {
Typography,
TypographyVariant,
vTypography
};
//# sourceMappingURL=index.js.map