feat(haptic): add haptic/taptic support to toggle/range/picker

This commit is contained in:
Max Lynch
2016-10-05 20:49:55 -05:00
parent 63c6d468f2
commit 713e2a1a33
6 changed files with 158 additions and 2 deletions

View File

@ -10,6 +10,7 @@ export * from './gestures/gesture-controller';
export * from './util/click-block';
export * from './util/events';
export * from './util/haptic';
export * from './util/keyboard';
export * from './util/form';
export { reorderArray } from './util/util';