UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

5 lines (4 loc) 210 B
import React from 'react'; import { FooterProps } from './interface'; declare const FooterComponent: React.ForwardRefExoticComponent<FooterProps & React.RefAttributes<unknown>>; export default FooterComponent;