library-template/dist/index.d.ts

4 lines
141 B
TypeScript
Raw Normal View History

2024-01-21 16:00:28 -06:00
export { default as Button } from './components/button';
export { default as Input } from './components/input';
2024-01-21 14:13:07 -06:00
export * from './lib/utils';