UNPKG

header-sider-layout

Version:

ant-design-pro layout, based on pro-layout, with header and sider layout.

13 lines (12 loc) 290 B
import React from 'react'; export interface FooterProps { links?: { key?: string; title: React.ReactNode; href: string; blankTarget?: boolean; }[]; copyright?: string; } declare const FooterView: React.FC<FooterProps>; export default FooterView;