dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
21 lines (20 loc) • 576 B
JavaScript
import { createComponent as a } from "@lit/react";
import * as e from "react";
import "../../components/datatable/datatable.js";
import t from "../../components/datatable/datatable.component.js";
const n = "dap-ds-datatable", r = a({
tagName: n,
elementClass: t,
react: e,
events: {
onDdsSortingChange: "dds-sorting-change",
onDdsSelectionChange: "dds-selection-change",
onDdsPaginationChange: "dds-pagination-change",
onDdsRowClick: "dds-row-click"
},
displayName: "DapDSDataTable"
});
export {
r as default
};
//# sourceMappingURL=index.js.map