UNPKG

dap-design-system

Version:

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

22 lines (21 loc) 570 B
import { createComponent as s } from "@lit/react"; import * as d from "react"; import "../../components/password-input/password-input.js"; import o from "../../components/password-input/password-input.component.js"; const a = "dap-ds-password-input", p = s({ tagName: a, elementClass: o, react: d, events: { onDdsChange: "dds-change", onDdsInput: "dds-input", onDdsKeydown: "dds-keydown", onDdsBlur: "dds-blur", onDdsFocus: "dds-focus" }, displayName: "DapDSPasswordInput" }); export { p as default }; //# sourceMappingURL=index.js.map