8
8
Constants ,
9
9
forwardRef ,
10
10
withScrollEnabler ,
11
+ WithScrollEnablerProps ,
11
12
withScrollReached ,
13
+ WithScrollReachedProps ,
12
14
UIComponent ,
13
15
BaseComponentInjectedProps ,
14
16
ForwardRefInjectedProps ,
@@ -31,6 +33,10 @@ export {Incubator, Hooks, Modifiers};
31
33
/* ===== Components ===== */
32
34
export { default as ActionBar , ActionBarProps } from './components/actionBar' ;
33
35
export { default as ActionSheet } from './components/actionSheet' ;
36
+ // @ts -expect-error
37
+ export { default as AnimatedImage } from './components/animatedImage' ;
38
+ // @ts -expect-error
39
+ export { default as AnimatedScanner } from './components/animatedScanner' ;
34
40
export { default as Avatar , AvatarProps } from './components/avatar' ;
35
41
export { AvatarHelper } from './helpers' ;
36
42
export { default as Badge , BadgeProps } from './components/badge' ;
@@ -48,6 +54,7 @@ export {default as ColorSwatch, ColorSwatchProps} from './components/colorSwatch
48
54
export { default as ConnectionStatusBar , ConnectionStatusBarProps } from './components/connectionStatusBar' ;
49
55
export { default as DateTimePicker , DateTimePickerProps } from './components/dateTimePicker' ;
50
56
export { default as Dialog , DialogProps } from './components/dialog' ;
57
+ export { default as Drawer , DrawerProps , DrawerItemProps } from './components/drawer' ;
51
58
export { default as ExpandableSection , ExpandableSectionProps } from './components/expandableSection' ;
52
59
export { default as Fader , FaderProps , FaderPosition } from './components/fader' ;
53
60
export { default as FeatureHighlight , FeatureHighlightProps } from './components/featureHighlight' ;
@@ -83,7 +90,7 @@ export {
83
90
} from './components/panningViews/panningProvider' ;
84
91
export { default as PanResponderView , PanResponderViewProps } from './components/panningViews/panResponderView' ;
85
92
export { default as asPanViewConsumer } from './components/panningViews/asPanViewConsumer' ;
86
- export { default as Picker , PickerProps , PickerValue , PickerModes , PickerSearchStyle } from './components/picker/new' ;
93
+ export { default as Picker , PickerProps , PickerItemProps , PickerValue , PickerModes , PickerSearchStyle } from './components/picker/new' ;
87
94
export { default as ProgressBar , ProgressBarProps } from './components/progressBar' ;
88
95
export { default as RadioButton , RadioButtonProps } from './components/radioButton' ;
89
96
export { default as RadioGroup , RadioGroupProps } from './components/radioGroup' ;
0 commit comments