UNPKG

borderless

Version:

Componentes da Borderless

12 lines (11 loc) 308 B
import React from "react"; type FooterProps = { theme?: "light" | "dark"; useGradient?: boolean; gradientColors?: [string, string]; gradientDirection?: string; backgroundColor?: string; logoVariant?: "light" | "dark"; }; export declare const Footer: React.FC<FooterProps>; export {};