Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@kaos/dashboard / dist / esm / components / index.types.d.ts
Size: Mime:
import { Theme } from '@mui/material';
import { ResponsiveStyleValue } from '@mui/system';
export declare type responsiveStyleValue = ResponsiveStyleValue<any> | ((theme: Theme) => ResponsiveStyleValue<any>);