UNPKG

@stakefish/ui

Version:

<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>

12 lines (11 loc) 360 B
/// <reference types="react" /> import { StepIconProps as MuiStepIconProps } from "@mui/material/StepIcon"; declare module "@mui/material/StepIcon" { interface StepIconProps { loading?: boolean; } } export interface StepIconProps extends MuiStepIconProps { } declare const StepIcon: React.FC<StepIconProps>; export default StepIcon;