UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

10 lines (7 loc) 260 B
import { Theme } from './createMuiTheme'; import { PropInjector } from '..'; export interface WithTheme { theme: Theme; innerRef?: React.Ref<any> | React.RefObject<any>; } export default function withTheme(): PropInjector<WithTheme, Partial<WithTheme>>;