UNPKG
@scrolia/react-native
Version:
dev (0.6.0-dev.4)
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.6.0-dev.4
0.6.0-dev.3
0.6.0-dev.2
0.6.0-dev.1
0.6.0-dev.0
0.5.0
0.4.0
0.4.0-dev-03f417gex0
0.4.0-dev-03f3vpfj2r
0.4.0-dev-03f3hkk2h6
0.4.0-dev-03f3drn1a8
0.4.0-dev-03f353t6yd
0.4.0-dev-03f33x8rh1
0.3.0
0.2.0
0.1.1
0.1.0
A headless scrollbar component
github.com/scrolia/react-native
scrolia/react-native
@scrolia/react-native
/
dist
/
components
/
track
/
y.d.ts
10 lines
(9 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
React
from
"react"
;
import
{
View
,
ViewProps
}
from
"react-native"
;
/** Props for the `TrackY` component. */
type
TrackYProps
=
ViewProps
& {
ref
?:
React
.
Ref
<
View
>; };
/** Vertical track component. */
export
{
type
TrackYProps
};
//# sourceMappingURL=y.d.ts.map