UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 233 B
import { ComponentProps } from '../utils/createComponent'; export declare type FooterProps = ComponentProps; declare const Footer: import("../@types/common").RsRefForwardingComponent<"footer", ComponentProps>; export default Footer;