carbon-components
Version:
Carbon Components is a component library for IBM Cloud
13 lines (10 loc) • 433 B
JavaScript
// ====================//
// 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';