UNPKG

@carbon/ibm-security

Version:

Carbon for Cloud & Cognitive IBM Security UI components

9 lines (8 loc) 296 B
/** * @file Panel entry point. * @copyright IBM Security 2019 */ export { default as Panel } from './Panel'; export { default as PanelContainer } from './PanelContainer'; export { default as PanelContent } from './PanelContent'; export { default as PanelController } from './PanelController';