UNPKG

dap-design-system

Version:

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

18 lines (17 loc) 405 B
import { createComponent as a } from "@lit/react"; import * as t from "react"; import "../../components/rating/rating.js"; import e from "../../components/rating/rating.component.js"; const r = "dap-ds-rating", m = a({ tagName: r, elementClass: e, react: t, events: { onDdsChange: "dds-change" }, displayName: "DapDSRating" }); export { m as default }; //# sourceMappingURL=index.js.map