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) 283 B
/// <reference types="react" /> import { StepperProps as MuiStepperProps } from "@mui/material/Stepper"; export interface StepperProps extends Omit<MuiStepperProps, "disabled"> { disabled?: boolean; } declare const Stepper: React.FC<StepperProps>; export default Stepper;