mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
export interfaces
This commit is contained in:
parent
29d5632d62
commit
9bffc994e7
44
src/index.ts
44
src/index.ts
@ -65,10 +65,30 @@ import {Toast} from './plugins/toast';
|
|||||||
import {TouchID} from './plugins/touchid';
|
import {TouchID} from './plugins/touchid';
|
||||||
import {Vibration} from './plugins/vibration';
|
import {Vibration} from './plugins/vibration';
|
||||||
import {WebIntent} from './plugins/webintent';
|
import {WebIntent} from './plugins/webintent';
|
||||||
export * from './plugins/googlemaps';
|
|
||||||
export * from './plugins/3dtouch';
|
export * from './plugins/3dtouch';
|
||||||
export * from './plugins/httpd';
|
export * from './plugins/background-geolocation';
|
||||||
|
export * from './plugins/backgroundmode';
|
||||||
|
export * from './plugins/batterystatus';
|
||||||
|
export * from './plugins/calendar';
|
||||||
|
export * from './plugins/camera';
|
||||||
|
export * from './plugins/card-io';
|
||||||
export * from './plugins/contacts';
|
export * from './plugins/contacts';
|
||||||
|
export * from './plugins/datepicker';
|
||||||
|
export * from './plugins/device';
|
||||||
|
export * from './plugins/devicemotion';
|
||||||
|
export * from './plugins/deviceorientation';
|
||||||
|
export * from './plugins/googlemaps';
|
||||||
|
export * from './plugins/httpd';
|
||||||
|
export * from './plugins/imagepicker';
|
||||||
|
export * from './plugins/inappbrowser';
|
||||||
|
export * from './plugins/launchnavigator';
|
||||||
|
export * from './plugins/localnotifications';
|
||||||
|
export * from './plugins/media';
|
||||||
|
export * from './plugins/push';
|
||||||
|
export * from './plugins/safari-view-controller';
|
||||||
|
export * from './plugins/sms';
|
||||||
|
export * from './plugins/spinnerdialog';
|
||||||
|
export * from './plugins/toast';
|
||||||
export {
|
export {
|
||||||
ActionSheet,
|
ActionSheet,
|
||||||
AdMob,
|
AdMob,
|
||||||
@ -76,26 +96,16 @@ export {
|
|||||||
AppRate,
|
AppRate,
|
||||||
AppVersion,
|
AppVersion,
|
||||||
Badge,
|
Badge,
|
||||||
BackgroundGeolocation,
|
|
||||||
BackgroundMode,
|
|
||||||
BarcodeScanner,
|
BarcodeScanner,
|
||||||
Base64ToGallery,
|
Base64ToGallery,
|
||||||
BatteryStatus,
|
BatteryStatus,
|
||||||
BLE,
|
BLE,
|
||||||
BluetoothSerial,
|
BluetoothSerial,
|
||||||
Calendar,
|
|
||||||
Camera,
|
|
||||||
CardIO,
|
|
||||||
Clipboard,
|
Clipboard,
|
||||||
Connection,
|
Connection,
|
||||||
Contacts,
|
|
||||||
DatePicker,
|
|
||||||
DBMeter,
|
DBMeter,
|
||||||
Deeplinks,
|
Deeplinks,
|
||||||
Device,
|
|
||||||
DeviceAccounts,
|
DeviceAccounts,
|
||||||
DeviceMotion,
|
|
||||||
DeviceOrientation,
|
|
||||||
Dialogs,
|
Dialogs,
|
||||||
Diagnostic,
|
Diagnostic,
|
||||||
EmailComposer,
|
EmailComposer,
|
||||||
@ -107,24 +117,14 @@ export {
|
|||||||
GooglePlus,
|
GooglePlus,
|
||||||
GoogleAnalytics,
|
GoogleAnalytics,
|
||||||
Hotspot,
|
Hotspot,
|
||||||
ImagePicker,
|
|
||||||
InAppBrowser,
|
|
||||||
Insomnia,
|
Insomnia,
|
||||||
Keyboard,
|
Keyboard,
|
||||||
LaunchNavigator,
|
|
||||||
LocalNotifications,
|
|
||||||
MediaPlugin,
|
|
||||||
Network,
|
Network,
|
||||||
Push,
|
|
||||||
SafariViewController,
|
|
||||||
Screenshot,
|
Screenshot,
|
||||||
SMS,
|
|
||||||
SocialSharing,
|
SocialSharing,
|
||||||
SpinnerDialog,
|
|
||||||
Splashscreen,
|
Splashscreen,
|
||||||
SQLite,
|
SQLite,
|
||||||
StatusBar,
|
StatusBar,
|
||||||
Toast,
|
|
||||||
TouchID,
|
TouchID,
|
||||||
Transfer,
|
Transfer,
|
||||||
Vibration,
|
Vibration,
|
||||||
|
Loading…
Reference in New Issue
Block a user