All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.cjs.styled-system.recipe-props.cjs Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
'use strict';

var jsxRuntime = require('react/jsx-runtime');
var createContext = require('../create-context.cjs');

const [RecipePropsContextProvider, useParentRecipeProps] = createContext.createContext({
  name: "RecipePropsContext",
  strict: false
});
function RecipePropsProvider(props) {
  return /* @__PURE__ */ jsxRuntime.jsx(RecipePropsContextProvider, { value: props.value, children: props.children });
}

exports.RecipePropsProvider = RecipePropsProvider;
exports.useParentRecipeProps = useParentRecipeProps;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy