mui-simple
Version:
Override mui-v7 components to simplify usage
9 lines • 345 B
TypeScript
import type { ComponentType } from 'react';
import type { BackdropProps } from '@mui/material';
interface BackdropStyledProps {
color?: string;
}
type BackdropStyledPropsType = BackdropStyledProps & BackdropProps;
export declare const Backdrop: ComponentType<BackdropStyledPropsType>;
export {};
//# sourceMappingURL=Backdrop.styled.d.ts.map