@material-ui/lab
Version:
Laboratory for new Material-UI modules.
12 lines (11 loc) • 374 B
TypeScript
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>;