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>

13 lines (12 loc) 295 B
import { FC } from "react"; import { FormLabelProps as FormLabelGroupProps } from "@mui/material/FormLabel"; /** * Types */ export interface FormLabelProps extends FormLabelGroupProps { } /** * Components */ declare const FormLabel: FC<FormLabelProps>; export default FormLabel;