UNPKG

@makeen.io/material-ui-kit

Version:
9 lines (8 loc) 323 B
import { HTMLAttributes } from "react"; declare type ImageWrapperProps = HTMLAttributes<HTMLDivElement> & any; export declare type BadgeProps = ImageWrapperProps & { height?: number; width?: number; }; declare const _default: ({ width, height, theme, ...rest }: BadgeProps) => JSX.Element; export default _default;