@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
9 lines (8 loc) • 323 B
TypeScript
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;