UNPKG

660 BTypeScriptView Raw
1import { ConsoleLogger as LoggerClass } from './Logger';
2export declare class AmplifyClass {
3 private _components;
4 private _config;
5 private _modules;
6 Auth: any;
7 Analytics: any;
8 API: any;
9 Credentials: any;
10 Storage: any;
11 I18n: any;
12 Cache: any;
13 PubSub: any;
14 Interactions: any;
15 Pushnotification: any;
16 UI: any;
17 XR: any;
18 Predictions: any;
19 DataStore: any;
20 Geo: any;
21 Notifications: any;
22 Logger: typeof LoggerClass;
23 ServiceWorker: any;
24 register(comp: any): void;
25 configure(config?: any): {};
26 addPluggable(pluggable: any): void;
27}
28export declare const Amplify: AmplifyClass;