@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) • 351 B
TypeScript
import { FC } from "react";
import { FormControlLabelProps as FormControlLabelGroupProps } from "@mui/material/FormControlLabel";
/**
* Types
*/
export interface FormControlLabelProps extends FormControlLabelGroupProps {
}
/**
* Components
*/
declare const FormControlLabel: FC<FormControlLabelProps>;
export default FormControlLabel;