mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Yea, toast
This commit is contained in:
Vendored
+1
@@ -1,2 +1,3 @@
|
||||
export * from './plugins/camera';
|
||||
export * from './plugins/statusbar';
|
||||
export * from './plugins/toast';
|
||||
|
||||
Vendored
+1
@@ -3,6 +3,7 @@ function __export(m) {
|
||||
}
|
||||
__export(require('./plugins/camera'));
|
||||
__export(require('./plugins/statusbar'));
|
||||
__export(require('./plugins/toast'));
|
||||
/*
|
||||
let wrappedPlugins = {}
|
||||
|
||||
|
||||
Vendored
+1
@@ -1,2 +1,3 @@
|
||||
export * from './plugins/camera';
|
||||
export * from './plugins/statusbar';
|
||||
export * from './plugins/toast';
|
||||
|
||||
Vendored
+1
@@ -3,3 +3,4 @@ function __export(m) {
|
||||
}
|
||||
__export(require('./plugins/camera'));
|
||||
__export(require('./plugins/statusbar'));
|
||||
__export(require('./plugins/toast'));
|
||||
|
||||
Reference in New Issue
Block a user