UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

9 lines 327 B
import type { ComponentType } from 'react'; import type { BadgeProps } from '@mui/material'; interface BadgeStyledProps { customColor?: string; } type BadgeStyledPropsType = BadgeProps & BadgeStyledProps; export declare const Badge: ComponentType<BadgeStyledPropsType>; export {}; //# sourceMappingURL=Badge.styled.d.ts.map