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
/
components
/
bottom-sheet-drag-gesture.d.ts
3 lines
•
274 B
TypeScript
View Raw
1
2
3
import
{
type
UseBottomSheetDragGestureArgs
}
from
"../hooks"
;
export
declare
function
BottomSheetDragGesture
(
{ children, ...rest }:
React
.
PropsWithChildren
<
UseBottomSheetDragGestureArgs
>
):
import
(
"react"
).
JSX
.
Element
;
//# sourceMappingURL=bottom-sheet-drag-gesture.d.ts.map