mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-16 17:49:08 +08:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
|
import * as React from 'react';
|
||
|
|
||
|
declare function Footer(): JSX.Element;
|
||
|
export default Footer;
|