UNPKG

nice-ui

Version:

React design system, components, and utilities

8 lines (7 loc) 201 B
import * as React from 'react'; export interface FooterProps { narrow?: boolean; footer?: React.ReactNode; children?: React.ReactNode; } export declare const Footer: React.FC<FooterProps>;