UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

9 lines (8 loc) 344 B
import type { SystemContext } from "./types"; declare const useChakraContext: () => SystemContext; export interface ChakraProviderProps { value: SystemContext; children: React.ReactNode; } declare function ChakraProvider(props: ChakraProviderProps): import("react/jsx-runtime").JSX.Element; export { ChakraProvider, useChakraContext };