UNPKG

@attio/react-native-bottom-sheet-toolbox

Version:
6 lines 360 B
import { type SheetPosition } from "../utils"; /** * Normalizes an array of SnapPoints to a SharedValue array of positions represented as numbers. */ export declare function useNormalizedSnapPoints(snapPoints: readonly SheetPosition[]): import("react-native-reanimated").DerivedValue<number[] | null>; //# sourceMappingURL=use-normalized-snap-points.d.ts.map