@attio/react-native-bottom-sheet-toolbox
Version:
10 lines • 451 B
TypeScript
import { type SharedValue } from "react-native-reanimated";
/**
* An internal check to determine if the bottom-sheet has been initialized and
* is ready to display.
*
* The argument outerIsReady is offered as a way to allow the consumer to extend
* the check to include other conditions.
*/
export declare function useBottomSheetIsReady(outerIsReady: SharedValue<boolean> | boolean): void;
//# sourceMappingURL=use-bottom-sheet-is-ready.d.ts.map