UNPKG

mui-extended

Version:

Extended UI Components built on Material UI

5 lines (4 loc) 191 B
import { SvgIconProps } from "@mui/material/SvgIcon"; import { FunctionComponent } from "react"; declare const InlineCodeIcon: FunctionComponent<SvgIconProps>; export default InlineCodeIcon;