UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

11 lines (10 loc) 226 B
import * as React from 'react'; export interface FooterProps { content?: React.ReactNode; } export declare const Footer: React.FC<FooterProps>; /** * position: fixed; right: 50px; margin-top: -40px; */