UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Layout
/
footer.d.ts
5 lines
(4 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
FooterProps
}
from
'./interface'
;
declare
const
FooterComponent
:
React
.
ForwardRefExoticComponent
<
FooterProps
&
React
.
RefAttributes
<
unknown
>>;
export
default
FooterComponent
;