library-template/dist/index.d.ts

4 lines
102 B
TypeScript
Raw Normal View History

2024-01-21 14:13:07 -06:00
export * from './components/button';
export * from './components/input';
export * from './lib/utils';