@attio/react-native-bottom-sheet-toolbox
Version:
9 lines • 503 B
TypeScript
import { type SharedValue } from "react-native-reanimated";
export interface UseBottomSheetDragGestureArgs {
id: string;
disabled?: boolean;
clamped?: boolean;
frozenSharedValue?: SharedValue<boolean>;
}
export declare function useBottomSheetDragGesture({ id, disabled, clamped, frozenSharedValue, }: UseBottomSheetDragGestureArgs): import("react-native-gesture-handler/lib/typescript/handlers/gestures/panGesture").PanGesture;
//# sourceMappingURL=use-bottom-sheet-drag-gesture.d.ts.map