UNPKG
ayongui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.2
1.0.0-alpha.1
0.0.7
0.0.6
github.com/AyongNice/ayongUI
AyongNice/ayongUI
ayongui
/
components
/
pagination
/
list
/
index.d.ts
5 lines
(3 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
React
}
from
'react'
;
declare
const
List
:
React
.
ForwardRefExoticComponent
<
React
.
RefAttributes
<
unknown
>>;
export
default
List
;