6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
|
import PanelHeader from './PanelHeader';
|
||
|
import InnerPanel from './InnerPanel';
|
||
|
import Panel from './Panel';
|
||
|
|
||
|
export { Panel, PanelHeader, InnerPanel };
|