mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
11 lines
375 B
TypeScript
11 lines
375 B
TypeScript
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 './vibration/vibration'
|