mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
14 lines
483 B
TypeScript
14 lines
483 B
TypeScript
export * from './plugin'
|
|
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'
|