@@ -482,45 +482,6 @@ module Props =
482482 inherit ISwitchProperties
483483 inherit IMapViewProperties
484484
485- type CommonProps < 'a > =
486- | Key of string
487- interface IViewProperties
488- interface IToolbarAndroidProperties
489- interface ISegmentedControlIOSProperties
490- interface IWebViewProperties
491- interface IWebViewPropertiesAndroid
492- interface IWebViewPropertiesIOS
493- interface IDatePickerIOSProperties
494- interface IDrawerLayoutAndroidProperties
495- interface IPickerProperties
496- interface IProgressBarAndroidProperties
497- interface IProgressViewIOSProperties
498- interface IRefreshControlProperties
499- interface ISliderProperties
500- interface ITabBarItemProperties
501- interface ITabBarIOSProperties
502- interface IListViewProperties
503- interface IFlatListProperties< 'a>
504- interface IScrollViewProperties
505- interface IStatusBarProperties
506- interface ISwitchProperties
507- interface IKeyboardAvoidingViewProps
508- interface IActivityIndicatorProperties
509- interface IActivityIndicatorIOSProperties
510- interface IMapViewProperties
511- interface IMapViewPropertiesAndroid
512- interface IViewPropertiesIOS
513- interface IViewPropertiesAndroid
514- interface IViewPagerAndroidProperties
515- interface ISectionListProperties< 'a>
516- interface IButtonProperties
517- interface IImageProperties
518- interface ITouchableHighlightProperties
519- interface ITouchableWithoutFeedbackProperties
520- interface ITouchableNativeFeedbackProperties
521- interface ITouchableOpacityProperties
522- interface ITextProperties
523-
524485 type WebViewPropertiesAndroid =
525486 | JavaScriptEnabled of bool
526487 | DomStorageEnabled of bool
@@ -1550,6 +1511,45 @@ module Props =
15501511 | Style of IStyle list
15511512 interface IBreadcrumbNavigationBarProperties
15521513
1514+ type CommonProps < 'a > =
1515+ | Key of string
1516+ interface IViewProperties
1517+ interface IToolbarAndroidProperties
1518+ interface ISegmentedControlIOSProperties
1519+ interface IWebViewProperties
1520+ interface IWebViewPropertiesAndroid
1521+ interface IWebViewPropertiesIOS
1522+ interface IDatePickerIOSProperties
1523+ interface IDrawerLayoutAndroidProperties
1524+ interface IPickerProperties
1525+ interface IProgressBarAndroidProperties
1526+ interface IProgressViewIOSProperties
1527+ interface IRefreshControlProperties
1528+ interface ISliderProperties
1529+ interface ITabBarItemProperties
1530+ interface ITabBarIOSProperties
1531+ interface IListViewProperties
1532+ interface IFlatListProperties< 'a>
1533+ interface IScrollViewProperties
1534+ interface IStatusBarProperties
1535+ interface ISwitchProperties
1536+ interface IKeyboardAvoidingViewProps
1537+ interface IActivityIndicatorProperties
1538+ interface IActivityIndicatorIOSProperties
1539+ interface IMapViewProperties
1540+ interface IMapViewPropertiesAndroid
1541+ interface IViewPropertiesIOS
1542+ interface IViewPropertiesAndroid
1543+ interface IViewPagerAndroidProperties
1544+ interface ISectionListProperties< 'a>
1545+ interface IButtonProperties
1546+ interface IImageProperties
1547+ interface ITouchableHighlightProperties
1548+ interface ITouchableWithoutFeedbackProperties
1549+ interface ITouchableNativeFeedbackProperties
1550+ interface ITouchableOpacityProperties
1551+ interface ITextProperties
1552+
15531553open Props
15541554module R = Fable.Helpers.React
15551555
0 commit comments