styles-update

This commit is contained in:
Rogelio
2025-10-23 05:48:22 +00:00
parent b2c0465234
commit 60552e0ef8
9 changed files with 31 additions and 17 deletions

1
dist/index.d.ts vendored
View File

@@ -2,3 +2,4 @@ export { default as Button } from './Button';
export { default as Card } from './Card';
export type { ButtonProps } from './Button';
export type { CardProps } from './Card';
import './styles.css';

3
dist/index.js vendored
View File

@@ -1,2 +1,5 @@
// src/index.ts
export { default as Button } from './Button';
export { default as Card } from './Card';
// Importar los estilos
import './styles.css';

2
dist/styles.css vendored Normal file

File diff suppressed because one or more lines are too long