UNPKG

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

Version:
4 lines (3 loc) 232 B
import type { SheetEvent, SheetState, TransitionResult } from './types.js'; export declare function createInitialState(): SheetState; export declare function reduceSheetState(state: SheetState, event: SheetEvent): TransitionResult;