UNPKG

dap-design-system

Version:

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

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