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.

6 lines (5 loc) 183 B
/// <reference types="react" /> import type { Spring } from './useSpring'; export declare function useSpringInterpolations({ spring, }: { spring: Spring; }): React.CSSProperties;