mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
refactor(index): export interfaces from Facebook and Twitter
closes #344
This commit is contained in:
parent
cb24876f23
commit
b8f475f188
@ -88,6 +88,7 @@ export * from './plugins/datepicker';
|
|||||||
export * from './plugins/device';
|
export * from './plugins/device';
|
||||||
export * from './plugins/devicemotion';
|
export * from './plugins/devicemotion';
|
||||||
export * from './plugins/deviceorientation';
|
export * from './plugins/deviceorientation';
|
||||||
|
export * from './plugins/facebook';
|
||||||
export * from './plugins/filetransfer';
|
export * from './plugins/filetransfer';
|
||||||
export * from './plugins/googlemaps';
|
export * from './plugins/googlemaps';
|
||||||
export * from './plugins/httpd';
|
export * from './plugins/httpd';
|
||||||
@ -104,6 +105,7 @@ export * from './plugins/safari-view-controller';
|
|||||||
export * from './plugins/sms';
|
export * from './plugins/sms';
|
||||||
export * from './plugins/spinnerdialog';
|
export * from './plugins/spinnerdialog';
|
||||||
export * from './plugins/toast';
|
export * from './plugins/toast';
|
||||||
|
export * from './plugins/twitter-connect';
|
||||||
export {
|
export {
|
||||||
ActionSheet,
|
ActionSheet,
|
||||||
AdMob,
|
AdMob,
|
||||||
@ -125,7 +127,6 @@ export {
|
|||||||
Dialogs,
|
Dialogs,
|
||||||
Diagnostic,
|
Diagnostic,
|
||||||
EmailComposer,
|
EmailComposer,
|
||||||
Facebook,
|
|
||||||
File,
|
File,
|
||||||
Flashlight,
|
Flashlight,
|
||||||
Geolocation,
|
Geolocation,
|
||||||
@ -148,7 +149,6 @@ export {
|
|||||||
StatusBar,
|
StatusBar,
|
||||||
TouchID,
|
TouchID,
|
||||||
Transfer,
|
Transfer,
|
||||||
TwitterConnect,
|
|
||||||
Vibration,
|
Vibration,
|
||||||
WebIntent
|
WebIntent
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user