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>

8 lines (7 loc) 280 B
/// <reference types="react" /> import { StepLabelProps as MuiStepLabelProps } from "@mui/material/StepLabel"; export interface StepLabelProps extends MuiStepLabelProps { loading?: boolean; } declare const StepLabel: React.FC<StepLabelProps>; export default StepLabel;