react-native-ui-lib 7.40.1-snapshot.6855 → 7.40.1-snapshot.6857
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.
package/package.json
CHANGED
package/src/incubator/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { default as TextField, TextFieldProps, FieldContextType, TextFieldMethod
|
|
|
4
4
|
export { default as Toast, ToastProps, ToastPresets } from './toast';
|
|
5
5
|
export { default as TouchableOpacity, TouchableOpacityProps } from './TouchableOpacity';
|
|
6
6
|
export { default as PanView, PanViewProps, PanViewDirections, PanViewDismissThreshold } from './panView';
|
|
7
|
-
export { default as Slider, SliderRef } from './slider';
|
|
7
|
+
export { default as Slider, SliderRef, SliderProps } from './slider';
|
|
8
8
|
export { default as Dialog, DialogProps, DialogHeaderProps, DialogStatics, DialogImperativeMethods } from './dialog';
|
|
9
9
|
export { default as ChipsInput, ChipsInputProps, ChipsInputChangeReason, ChipsInputChipProps } from '../components/chipsInput';
|
|
10
10
|
export { default as WheelPicker, WheelPickerProps, WheelPickerItemProps, WheelPickerAlign, WheelPickerItemValue } from '../components/WheelPicker';
|
package/src/incubator/index.js
CHANGED
|
@@ -5,7 +5,7 @@ export { default as TextField, TextFieldProps, FieldContextType, TextFieldMethod
|
|
|
5
5
|
export { default as Toast, ToastProps, ToastPresets } from "./toast";
|
|
6
6
|
export { default as TouchableOpacity, TouchableOpacityProps } from "./TouchableOpacity";
|
|
7
7
|
export { default as PanView, PanViewProps, PanViewDirections, PanViewDismissThreshold } from "./panView";
|
|
8
|
-
export { default as Slider, SliderRef } from "./slider";
|
|
8
|
+
export { default as Slider, SliderRef, SliderProps } from "./slider";
|
|
9
9
|
export { default as Dialog, DialogProps, DialogHeaderProps, DialogStatics, DialogImperativeMethods } from "./dialog";
|
|
10
10
|
// TODO: delete exports after fully removing from private
|
|
11
11
|
export { default as ChipsInput, ChipsInputProps, ChipsInputChangeReason, ChipsInputChipProps } from "../components/chipsInput";
|