Skip to content

Commit

Permalink
[moved] GestureRecognitionState to core
Browse files Browse the repository at this point in the history
Reviewers: O2 Material Motion, O3 Material JavaScript platform reviewers, #material_motion, featherless

Reviewed By: O2 Material Motion, #material_motion, featherless

Tags: #material_motion

Differential Revision: http://codereview.cc/D3081
  • Loading branch information
appsforartists committed Apr 21, 2017
1 parent 5b97605 commit 1fbd220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export { default as MotionRuntime } from './MotionRuntime';
export * from './State';
export { default as State } from './State';

export * from './GestureRecognitionState';
export { default as GestureRecognitionState } from './GestureRecognitionState';

export * from './ThresholdSide';
export { default as ThresholdSide } from './ThresholdSide';

Expand Down
3 changes: 0 additions & 3 deletions packages/experimental-addons/src/gestures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
* under the License.
*/

export * from './GestureRecognitionState';
export { default as GestureRecognitionState } from './GestureRecognitionState';

export * from './createDragStream';
export { default as createDragStream } from './createDragStream';

Expand Down

0 comments on commit 1fbd220

Please sign in to comment.