Repository URL to install this package:
|
Version:
0.9.5 ▾
|
import { FooterProps as FooterPlaceholderProps } from 'abstractions/Footer/typings';
export interface FooterProps extends FooterPlaceholderProps {
logoType?: string;
logoColor?: string;
connectText?: string;
}