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