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
/
@types
/
baseType.d.ts
6 lines
(5 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CSSProperties
}
from
"react"
;
export
interface
BaseComponent
{
className
?:
string
;
style
?:
CSSProperties
; }