UNPKG

@vlinderclimate/net-zero-ui

Version:

<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>

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;