UNPKG

react-native-webview

Version:

React Native WebView component for iOS, Android, macOS, and Windows

12 lines 348 B
import { ViewStyle, TextStyle } from 'react-native'; interface Styles { container: ViewStyle; errorText: TextStyle; errorTextTitle: TextStyle; loadingOrErrorView: ViewStyle; webView: ViewStyle; loadingProgressBar: ViewStyle; } declare const styles: Styles; export default styles; //# sourceMappingURL=WebView.styles.d.ts.map