UNPKG

@makeen.io/material-ui-kit

Version:
10 lines (9 loc) 265 B
import React from "react"; declare type StaticticProps = { desc: string; IconComponent: React.Component; size?: string; title: number | string; }; declare const _default: ({ size, ...props }: StaticticProps) => JSX.Element; export default _default;