@attio/react-native-bottom-sheet-toolbox-stack
Version:
5 lines • 351 B
TypeScript
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