UNPKG

dap-design-system

Version:

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

21 lines (20 loc) 502 B
import { createComponent as e } from "@lit/react"; import * as o from "react"; import "../../components/command/command.js"; import d from "../../components/command/command.component.js"; const a = "dap-ds-command", t = e({ tagName: a, elementClass: d, react: o, events: { onDdsChange: "dds-change", onDdsOpened: "dds-opened", onDdsClosed: "dds-closed", onDdsClose: "dds-close" }, displayName: "DapDSCommand" }); export { t as default }; //# sourceMappingURL=index.js.map