UNPKG

carbon-components

Version:

The Carbon Design System is IBM’s open-source design system for products and experiences.

20 lines (16 loc) 612 B
/** * Copyright IBM Corp. 2016, 2018 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ // ====================// // Imports and Exports // // ====================// // Base Elements & Components // ------------- // - JavaScript classes for use with components and base-elements. // - The following statements import classes from actual locations to // be consumed from this file instead of their actual locations. export * from './globals/js/components'; export { default as settings } from './globals/js/settings';