Repository URL to install this package:
Version:
0.2.0-dev.38 ▾
|
import { Theme } from '@mui/material';
import { ResponsiveStyleValue } from '@mui/system';
export declare type responsiveStyleValue = ResponsiveStyleValue<any> | ((theme: Theme) => ResponsiveStyleValue<any>);