UNPKG
@attio/react-native-bottom-sheet-toolbox
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-experimental1
github.com/attio/react-native-bottom-sheet-toolbox
attio/react-native-bottom-sheet-toolbox
@attio/react-native-bottom-sheet-toolbox
/
dist
/
typescript
/
hooks
/
use-animated-sheet-style.d.ts
10 lines
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
function
useAnimatedSheetStyle
(
): {
opacity
?:
never
;
transform
?:
never
; } | {
opacity
:
number
;
transform
: {
translateY
:
number
; }[]; };
//# sourceMappingURL=use-animated-sheet-style.d.ts.map