@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) • 328 B
TypeScript
import React from "react";
export interface SectionTitleProps {
children?: JSX.Element | JSX.Element[] | string | number;
title?: string;
description?: string;
subtitle?: string;
align?: any;
}
declare const SectionTitleComponent: React.FC<SectionTitleProps>;
export default SectionTitleComponent;