UNPKG

materialuiupgraded

Version:

Material-UI's workspace package

10 lines (7 loc) 269 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>>;