@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
15 lines (13 loc) • 717 B
JavaScript
/**
* Copyright IBM Corp. 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
export { default as CDSSidePanel } from './components/side-panel/side-panel.js';
export { default as CDSTearsheet } from './components/tearsheet/tearsheet.js';
export { default as CDSFullPageError } from './components/full-page-error/full-page-error.js';
export { default as CDSAboutModal } from './components/about-modal/about-modal.js';
export { default as CDSUseravatar } from './components/user-avatar/user-avatar.js';
export { default as CDSOptionsTile } from './components/options-tile/options-tile.js';
//# sourceMappingURL=index.js.map