UNPKG

@react-navigation/elements

Version:
10 lines 390 B
import * as React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; type Props = { visible: boolean; children: React.ReactNode; style?: StyleProp<ViewStyle>; }; export declare function ResourceSavingView({ visible, children, style, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ResourceSavingView.d.ts.map