feat(native): device plugin

This commit is contained in:
Max Lynch
2015-09-08 14:39:56 -05:00
parent 1b1d91661c
commit e2c01f4b12
5 changed files with 143 additions and 3 deletions

View File

@ -2,5 +2,6 @@ export * from './plugin'
export * from './battery/battery'
export * from './camera/camera'
export * from './contacts/contacts'
export * from './device/device'
export * from './geolocation/geolocation'
export * from './vibration/vibration'