UNPKG

@aws-amplify/core

Version:
23 lines (22 loc) 641 B
import { ConsoleLogger as LoggerClass } from './Logger'; export default class Amplify { private static _components; private static _config; static Auth: any; static Analytics: any; static API: any; static Storage: any; static I18n: any; static Cache: any; static PubSub: any; static Interactions: any; static Pushnotification: any; static UI: any; static XR: any; static Predictions: any; static Logger: typeof LoggerClass; static ServiceWorker: any; static register(comp: any): void; static configure(config: any): {}; static addPluggable(pluggable: any): void; }