dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
18 lines (17 loc) • 452 B
JavaScript
import { createComponent as m } from "@lit/react";
import * as a from "react";
import "../../components/command/command-item.js";
import e from "../../components/command/command-item.component.js";
const t = "dap-ds-command-item", n = m({
tagName: t,
elementClass: e,
react: a,
events: {
onDdsCommandItemClick: "dds-command-item-click"
},
displayName: "DapDSCommandItem"
});
export {
n as default
};
//# sourceMappingURL=index.js.map