4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
export { default as Tab } from './tabs/tab';
|
|
export { default as Tag } from './tag/tag';
|
|
export { default as Button } from './button/button';
|