@attio/react-native-bottom-sheet-toolbox
Version:
11 lines • 426 B
TypeScript
export interface BottomSheetToolboxActions {
snapToIndex: (snapPointIndex: number) => void;
expand: () => void;
close: () => void;
getCurrentSnapIndex: () => number | null;
}
/**
* Creates a set of actions that can be used to imperatively control the bottom sheet.
*/
export declare function useBottomSheetActions(id: string): BottomSheetToolboxActions;
//# sourceMappingURL=use-bottom-sheet-actions.d.ts.map