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>

11 lines (10 loc) 285 B
import React from "react"; export interface ImageBoxProps { children?: JSX.Element | JSX.Element[] | string | number; size?: "sm" | "md"; href?: string; width?: any; style?: any; } declare const ImageBox: React.FC<ImageBoxProps>; export default ImageBox;