4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
export * from './components/button';
|
|
export * from './components/input';
|
|
export * from './lib/utils';
|