react-native-app-update-helper
Version:
This packages provides a customizable update overlay.
15 lines • 481 B
TypeScript
interface AppUpdatedOverlayProps {
content: string;
version: string;
primaryColor: string;
backgroundColor: string;
titleFontFamily: string;
descriptionFontFamily: string;
buttonTitleFontFamily: string;
titleFontSize: number;
descriptionFontSize: number;
buttonTitleFontSize: number;
}
export declare const AppUpdatedOverlay: React.FC<AppUpdatedOverlayProps>;
export default AppUpdatedOverlay;
//# sourceMappingURL=AppUpdatedOverlay.d.ts.map