-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.d.ts
More file actions
19 lines (19 loc) · 733 Bytes
/
index.d.ts
File metadata and controls
19 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export * from './module';
export * from './directives';
export * from './gestures/drag-gesture';
export * from './gestures/gesture';
export * from './gestures/slide-edge-gesture';
export * from './gestures/slide-gesture';
export * from './gestures/gesture-controller';
export * from './util/click-block';
export * from './util/events';
export * from './util/haptic';
export * from './util/ionic-error-handler';
export * from './util/keyboard';
export * from './util/form';
export { reorderArray } from './util/util';
export * from './animations/animation';
export * from './transitions/page-transition';
export * from './transitions/transition';
export * from './translation/translate';
export * from './translation/translate_pipe';