@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
9 lines (8 loc) • 380 B
JavaScript
var e = /* @__PURE__ */ (function(t) {
return t.OPEN = "@konstrtuctio/KonstructFilter/event-OPEN", t.RESET = "@konstrtuctio/KonstructFilter/event-RESET", t;
})({}), n = (t) => document.dispatchEvent(new CustomEvent(e.OPEN, { detail: t })), E = () => document.dispatchEvent(new CustomEvent(e.RESET));
export {
e as FilterEvent,
E as resetEvent,
n as sendOpenFilterEvent
};