UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

8 lines (7 loc) 202 B
import * as React from 'react'; export interface FooterProps { className?: string; fixed?: boolean; style?: React.CSSProperties; } export declare const Footer: React.FC<FooterProps>;