UNPKG

@ozen-ui/kit

Version:

React component library

6 lines (5 loc) 197 B
import type { RefObject } from 'react'; export declare const useBottomSheetBaseDrag: (target: RefObject<HTMLElement>, options?: { isCloseOnTap?: boolean; isDraggable?: boolean; }) => void;