mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Moved to Plugins
This commit is contained in:
12
ionic/plugins/plugins.ts
Normal file
12
ionic/plugins/plugins.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export * from './plugin'
|
||||
export * from './battery/battery'
|
||||
export * from './camera/camera'
|
||||
export * from './contacts/contacts'
|
||||
export * from './dialogs/dialogs'
|
||||
export * from './device/device'
|
||||
export * from './device-motion/device-motion'
|
||||
export * from './device-orientation/device-orientation'
|
||||
export * from './geolocation/geolocation'
|
||||
export * from './keyboard/keyboard'
|
||||
export * from './statusbar/statusbar'
|
||||
export * from './vibration/vibration'
|
Reference in New Issue
Block a user