awesome-cordova-plugins/dist/index.d.ts

9 lines
283 B
TypeScript
Raw Normal View History

2015-11-30 11:55:18 +08:00
export * from './plugins/actionsheet';
2015-12-01 01:09:50 +08:00
export * from './plugins/ble';
2015-11-30 11:55:18 +08:00
export * from './plugins/camera';
2015-12-01 01:09:50 +08:00
export * from './plugins/contacts';
2015-11-30 11:55:18 +08:00
export * from './plugins/device';
2015-12-01 02:34:54 +08:00
export * from './plugins/geolocation';
2015-11-30 11:55:18 +08:00
export * from './plugins/statusbar';
2015-11-29 06:24:38 +08:00
export * from './plugins/toast';