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) 258 B
import React from "react"; import { ListItemProps as MuiListItemProps } from "@mui/material/ListItem"; export interface ListItemProps extends MuiListItemProps { as?: any; } declare const ListItem: React.FC<ListItemProps>; export default ListItem;