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>

19 lines (18 loc) 1.28 kB
import React from "react"; export interface FooterProps { children?: JSX.Element | JSX.Element[] | string; logo?: JSX.Element | JSX.Element[] | string; copyright?: string; description?: string; list?: any; security?: JSX.Element | JSX.Element[] | string; footerBg?: string; } interface StyledFooterProps extends Omit<FooterProps, "footerBg"> { $footerBg?: string; } export declare const FooterBackground: import("styled-components").StyledComponent<"img", import("@mui/material/styles").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, never>; export declare const FooterBox: import("styled-components").StyledComponent<"footer", import("@mui/material/styles").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & StyledFooterProps, never>; export declare const LogoColumn: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Box").BoxTypeMap<{}, "div">>, import("@mui/material/styles").Theme, import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, never>; declare const FooterComponent: React.FC<FooterProps>; export default FooterComponent;