uilib-native 5.1.0-snapshot.7635 → 5.1.0-snapshot.7641
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -75,7 +75,7 @@ export type KeyboardTrackingViewProps = ViewProps & {
|
|
|
75
75
|
style?: StyleProp<ViewStyle>;
|
|
76
76
|
children?: React.ReactNode;
|
|
77
77
|
};
|
|
78
|
-
declare const defaultProps:
|
|
78
|
+
declare const defaultProps: KeyboardTrackingViewProps;
|
|
79
79
|
declare const KeyboardTrackingView: React.ForwardRefExoticComponent<Omit<KeyboardTrackingViewProps, "ref"> & React.RefAttributes<unknown>>;
|
|
80
80
|
type KeyboardTrackingViewType = typeof KeyboardTrackingView & {
|
|
81
81
|
scrollBehaviors: typeof SCROLL_BEHAVIORS;
|
package/package.json
CHANGED