library-template/dist/index.d.ts
2024-01-21 16:00:28 -06:00

4 lines
141 B
TypeScript

export { default as Button } from './components/button';
export { default as Input } from './components/input';
export * from './lib/utils';