Skip to content

Commit 69ded52

Browse files
authored
Exported Incubator.SliderProps (#3699)
1 parent f10571c commit 69ded52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export {
1313
export {default as Toast, ToastProps, ToastPresets} from './toast';
1414
export {default as TouchableOpacity, TouchableOpacityProps} from './TouchableOpacity';
1515
export {default as PanView, PanViewProps, PanViewDirections, PanViewDismissThreshold} from './panView';
16-
export {default as Slider, SliderRef} from './slider';
16+
export {default as Slider, SliderRef, SliderProps} from './slider';
1717
export {default as Dialog, DialogProps, DialogHeaderProps, DialogStatics, DialogImperativeMethods} from './dialog';
1818
// TODO: delete exports after fully removing from private
1919
export {default as ChipsInput, ChipsInputProps, ChipsInputChangeReason, ChipsInputChipProps} from '../components/chipsInput';

0 commit comments

Comments
 (0)