UNPKG

@nipe-solutions/react-spring-bottom-sheet

Version:

React 18, XState v5 - ✨ Accessible, 🪄 Delightful, and 🤯 Performant. Built on react-spring for the web, and react-use-gesture.

9 lines (8 loc) 241 B
import React from 'react'; export declare function useAriaHider({ targetRef, enabled, }: { targetRef: React.RefObject<Element>; enabled: boolean; }): React.MutableRefObject<{ activate: () => void; deactivate: () => void; }>;