styles-update

This commit is contained in:
Rogelio
2025-10-23 19:59:20 +00:00
parent 4a5d3d0621
commit 92a368a4c5
6 changed files with 27 additions and 3 deletions

3
dist/index.d.ts vendored
View File

@@ -1,5 +1,8 @@
export { default as Button } from './Button';
export { default as Card } from './Card';
export { default as CardHeader } from './Card';
export { default as CardFooter } from './Card';
export { default as CardContent } from './Card';
export { default as Input } from './Input';
export { default as Message } from './Message';
export { default as ChatInterface } from './ChatInterface';