UNPKG

rvx

Version:

A signal based rendering library

8 lines 275 B
import { Context } from "./context.js"; export function Provide(props) { if ("context" in props) { return props.context.provide(props.value, props.children); } return Context.provide(props.states, props.children); } //# sourceMappingURL=context-jsx.js.map