UNPKG

@evolu/react

Version:

Evolu for React

5 lines (4 loc) 226 B
"use client"; import { jsx as _jsx } from "react/jsx-runtime"; import { EvoluContext } from "./EvoluContext.js"; export const EvoluProvider = ({ children, value, }) => _jsx(EvoluContext, { value: value, children: children });