4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
export { TabPanel } from './TabPanel';
|
|
export * from './TabPanel.types';
|
|
export * from './tabPanelClasses';
|