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

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

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
"use client";
import { jsx } from 'react/jsx-runtime';
import { createContext } from '../create-context.js';

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

export { RecipePropsProvider, useParentRecipeProps };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy