UNPKG

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

Version:
5 lines 351 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">; export {}; //# sourceMappingURL=props-with-bottom-sheet-stack-sheet.d.ts.map