UNPKG

@uiw/react-layout

Version:

React components that handle the overall layout of the page.

7 lines (6 loc) 286 B
import React from 'react'; export interface LayoutFooterProps extends React.HTMLAttributes<HTMLElement> { prefixCls?: string; children?: React.ReactNode; } export declare const LayoutFooter: React.ForwardRefExoticComponent<LayoutFooterProps & React.RefAttributes<HTMLElement>>;