@react-navigation/elements
Version:
UI Components for React Navigation
10 lines • 390 B
TypeScript
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