@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
8 lines (7 loc) • 357 B
TypeScript
import { ICssAnimationOptions } from '../../components/cssAnimation/types/cssAnimation';
type ReturnType = {
setPopoverRef: (node: HTMLElement) => void;
setDragIconRef: (node: HTMLElement | null | undefined) => void;
};
export declare const useSwipeDown: (animationOptions?: ICssAnimationOptions, handleClose?: () => void) => ReturnType;
export {};