UNPKG

1.54 kBJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6/*
7 * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8 *
9 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
10 * the License. A copy of the License is located at
11 *
12 * http://aws.amazon.com/apache2.0/
13 *
14 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
15 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
16 * and limitations under the License.
17 */
18var core_1 = require("@aws-amplify/core");
19var AmplifyI18n_1 = require("./AmplifyI18n");
20__export(require("./AmplifyUI"));
21__export(require("./Auth"));
22__export(require("./Analytics"));
23__export(require("./Storage"));
24__export(require("./Widget"));
25__export(require("./API"));
26__export(require("./Interactions"));
27__export(require("./XR"));
28var AmplifyTheme_1 = require("./AmplifyTheme");
29exports.AmplifyTheme = AmplifyTheme_1.Bootstrap;
30var AmplifyMessageMap_1 = require("./AmplifyMessageMap");
31exports.AmplifyMessageMapEntries = AmplifyMessageMap_1.MapEntries;
32var AmplifyUI_1 = require("./AmplifyUI");
33exports.transparent1X1 = AmplifyUI_1.transparent1X1;
34exports.white1X1 = AmplifyUI_1.white1X1;
35core_1.I18n.putVocabularies(AmplifyI18n_1.dict);
36//# sourceMappingURL=index.js.map
\No newline at end of file