UNPKG

@carbon/ibm-products-web-components

Version:

Carbon for IBM Products Web Components

15 lines (14 loc) 685 B
/** * @license * * Copyright IBM Corp. 2024, 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'; export { default as CDSTearsheet } from './components/tearsheet/tearsheet'; export { default as CDSFullPageError } from './components/full-page-error/full-page-error'; export { default as CDSAboutModal } from './components/about-modal/about-modal'; export { default as CDSUseravatar } from './components/user-avatar/user-avatar'; export { default as CDSOptionsTile } from './components/options-tile/options-tile';