UNPKG

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

Version:
5 lines (3 loc) 271 B
import type {useBottomSheetToolboxStackSheet} from "./use-bottom-sheet-toolbox-stack-sheet" type ToolboxSheetProps = ReturnType<typeof useBottomSheetToolboxStackSheet>["sheetProps"] export type PropsWithBottomSheetStackSheetProps<T> = T & Omit<ToolboxSheetProps, "ref">