koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
14 lines (13 loc) • 376 B
JavaScript
"use client";
import { createStoreProvider as r } from "../../internal/store/createStoreProvider.js";
import { initialState as e, DrawerReducer as t } from "./DrawerReducer.js";
import { DrawerContext as o } from "./DrawerContext.js";
const m = r({
context: o,
reducer: t,
initialState: e
});
export {
m as DrawerProvider
};
//# sourceMappingURL=DrawerProvider.js.map