mui-simple
Version:
Override mui components to simplify usage
9 lines • 413 B
TypeScript
import React, { PropsWithChildren } from 'react';
export { Grid, Box } from '@mui/material';
export declare const ValueLabelComponent: React.FC<PropsWithChildren<{
value: string;
}>>;
export declare const AirbnbThumbComponent: React.FC<any>;
export declare const Slider: import("@emotion/styled").StyledComponent<any, {}, {}>;
export declare const SliderLabel: any;
//# sourceMappingURL=Slider.styled.d.ts.map