@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>
14 lines (13 loc) • 312 B
TypeScript
import React from "react";
/**
* Types
*/
export interface ThemeProviderProps {
children: JSX.Element | JSX.Element[];
}
/**
* Setup
*/
export declare const theme: import("@mui/material/styles").Theme;
declare const ThemeProvider: React.FC<ThemeProviderProps>;
export default ThemeProvider;