dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
16 lines (15 loc) • 396 B
JavaScript
import { createComponent as a } from "@lit/react";
import * as p from "react";
import "../../components/typography/typography.js";
import t from "../../components/typography/typography.component.js";
const e = "dap-ds-typography", s = a({
tagName: e,
elementClass: t,
react: p,
events: {},
displayName: "DapDSTypography"
});
export {
s as default
};
//# sourceMappingURL=index.js.map