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) 299 B
import { FC } from "react"; import { RadioGroupProps as MuiRadioGroupProps } from "@mui/material/RadioGroup"; /** * Types */ export interface RadioGroupProps extends MuiRadioGroupProps { } /** * Components */ declare const RadioGroup: FC<RadioGroupProps>; export default RadioGroup;