UNPKG

dap-design-system

Version:

Official design system for the DÁP (dap.gov.hu)

18 lines (17 loc) 409 B
import { createComponent as a } from "@lit/react"; import * as t from "react"; import "../../components/callout/callout.js"; import e from "../../components/callout/callout.component.js"; const o = "dap-ds-callout", p = a({ tagName: o, elementClass: e, react: t, events: { onDdsClose: "dds-close" }, displayName: "DapDSCallout" }); export { p as default }; //# sourceMappingURL=index.js.map