File tree Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Expand file tree Collapse file tree 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
- export * as BackButton from './backButton'
2
- export * as BackgroundColor from './backgroundColor'
1
+ import * as BackButton from './backButton'
2
+ import * as BackgroundColor from './backgroundColor'
3
+ import * as ClosingConfirmation from './closingConfirmation'
4
+ import * as CloudStorage from './cloudStorage'
5
+ import * as Events from './events'
6
+ import * as Expand from './expand'
7
+ import * as HapticFeedback from './hapticFeedback'
8
+ import * as HeaderColor from './headerColor'
9
+ import * as VerticalSwipes from './verticalSwipes'
10
+
3
11
export { close } from './close'
4
- export * as ClosingConfirmation from './closingConfirmation'
5
- export * as CloudStorage from './cloudStorage'
6
- export * as Events from './events'
7
- export * as Expand from './expand'
8
- export * as HapticFeedback from './hapticFeedback'
9
- export * as HeaderColor from './headerColor'
10
12
export { isVersionAtLeast } from './isVersionAtLeast'
11
13
export { ready } from './ready'
12
- export * as VerticalSwipes from './verticalSwipes'
14
+ export {
15
+ BackButton ,
16
+ BackgroundColor ,
17
+ ClosingConfirmation ,
18
+ CloudStorage ,
19
+ Events ,
20
+ Expand ,
21
+ HapticFeedback ,
22
+ HeaderColor ,
23
+ VerticalSwipes
24
+ }
You can’t perform that action at this time.
0 commit comments