UNPKG

608 BJavaScriptView Raw
1/**
2 * Copyright IBM Corp. 2016, 2018
3 *
4 * This source code is licensed under the Apache-2.0 license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7// ====================//
8// Imports and Exports //
9// ====================//
10// Base Elements & Components
11// -------------
12// - JavaScript classes for use with components and base-elements.
13// - The following statements import classes from actual locations to
14// be consumed from this file instead of their actual locations.
15export * from './globals/js/components';
16export { default as settings } from './globals/js/settings';
\No newline at end of file