@sandlada/vue-mdc
Version:

15 lines (14 loc) • 353 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.definition.js";
export {
Typography,
TypographyVariant,
vTypography
};
//# sourceMappingURL=index.js.map