rsuite
Version:
A suite of react components
9 lines (8 loc) • 397 B
TypeScript
import { ComponentProps } from '../internals/utils';
export type FooterProps = ComponentProps;
/**
* The `<Footer>` component is used to specify the footer of the page.
* @see https://rsuitejs.com/components/container/
*/
declare const Footer: import("../internals/types").InternalRefForwardingComponent<"footer", Partial<ComponentProps>, never> & Record<string, never>;
export default Footer;