mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(platform): move plugins to platform
This commit is contained in:
14
ionic/platform/plugins.ts
Normal file
14
ionic/platform/plugins.ts
Normal file
@ -0,0 +1,14 @@
|
||||
export * from './plugin'
|
||||
export * from './applinks/applinks'
|
||||
export * from './barcode/barcode'
|
||||
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