UNPKG

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

Version:
3 lines (2 loc) 222 B
import type { ResolvedSnapPoint } from './types.js'; export declare function reconcileActiveSnapPoint(activeId: string | null, previousPosition: number, snapPoints: readonly ResolvedSnapPoint[]): ResolvedSnapPoint | null;