UNPKG

@chakra-ui/core

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (5 loc) 194 B
import * as React from "react"; import { ITheme } from "../theme"; declare const ThemeProvider: React.FC<{ theme?: ITheme }>; export default ThemeProvider; export function useTheme(): ITheme;