UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 161 B
export declare const useDrawerDrag: (motionDelay?: number) => { isDragging: boolean; handleDragStart: () => void; handleDragEnd: () => void; };