UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

10 lines (9 loc) 264 B
import { FilterContext as e } from "./filter.context.js"; import { jsx as t } from "react/jsx-runtime"; var v = ({ children: r, closeOnApply: o }) => /* @__PURE__ */ t(e.Provider, { value: { closeOnApply: o }, children: r }); export { v as FilterProvider };