@attio/react-native-bottom-sheet-toolbox-stack
Version:
9 lines • 519 B
TypeScript
import React from "react";
import { type BottomSheetToolboxRef } from "@attio/react-native-bottom-sheet-toolbox";
export interface BottomSheetToolboxStackSheetProps extends React.PropsWithChildren {
name: string;
sheetRef: React.RefObject<BottomSheetToolboxRef | null>;
isReady: boolean;
}
export declare function BottomSheetToolboxStackSheet({ name, children, sheetRef, isReady, }: BottomSheetToolboxStackSheetProps): React.JSX.Element | null;
//# sourceMappingURL=bottom-sheet-toolbox-stack-sheet.d.ts.map