UNPKG

@material-ui/lab

Version:
12 lines (11 loc) 374 B
import * as React from 'react'; export declare type WrapperVariant = 'mobile' | 'desktop' | null; /** * TODO consider getting rid from wrapper variant * @ignore - internal component. */ export declare const WrapperVariantContext: React.Context<WrapperVariant>; /** * @ignore - internal component. */ export declare const IsStaticVariantContext: React.Context<boolean>;