@aws-amplify/core
Version:
Core category of aws-amplify
23 lines (22 loc) • 641 B
TypeScript
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;
}