mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
288 B
TypeScript
8 lines
288 B
TypeScript
export * from './index.android';
|
|
|
|
export * from './gestures-common';
|
|
export * from './gestures-types';
|
|
export * from './touch-manager';
|
|
export { GesturesObserver, observe } from './index.android';
|
|
export { TouchManager, TouchAnimationOptions, VisionHoverOptions } from './touch-manager';
|