UNPKG

dap-design-system

Version:

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

21 lines (20 loc) 490 B
import { createComponent as t } from "@lit/react"; import * as s from "react"; import "../../components/switch/switch.js"; import a from "../../components/switch/switch.component.js"; const e = "dap-ds-switch", n = t({ tagName: e, elementClass: a, react: s, events: { onDdsChange: "dds-change", onDdsBlur: "dds-blur", onDdsFocus: "dds-focus", onDdsInput: "dds-input" }, displayName: "DapDSSwitch" }); export { n as default }; //# sourceMappingURL=index.js.map