UNPKG
@itsdapi/taro36-virtual-list
Version:
latest (1.0.0)
1.0.0
taro36-virtual-list
github.com/itsdapi/taro36-virtual-list
itsdapi/taro36-virtual-list
@itsdapi/taro36-virtual-list
/
lib
/
src
/
app.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
import
{
PropsWithChildren
}
from
'react'
;
import
'./app.css'
;
declare
function
App
(
{ children }:
PropsWithChildren
<
any
>
):
any
;
export
default
App
;