styles-update
This commit is contained in:
1
dist/index.d.ts
vendored
1
dist/index.d.ts
vendored
@@ -2,4 +2,3 @@ export { default as Button } from './Button';
|
|||||||
export { default as Card } from './Card';
|
export { default as Card } from './Card';
|
||||||
export type { ButtonProps } from './Button';
|
export type { ButtonProps } from './Button';
|
||||||
export type { CardProps } from './Card';
|
export type { CardProps } from './Card';
|
||||||
import './styles.css';
|
|
||||||
|
|||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -1,5 +1,3 @@
|
|||||||
// src/index.ts
|
// src/index.ts
|
||||||
export { default as Button } from './Button';
|
export { default as Button } from './Button';
|
||||||
export { default as Card } from './Card';
|
export { default as Card } from './Card';
|
||||||
// Importar los estilos
|
|
||||||
import './styles.css';
|
|
||||||
|
|||||||
@@ -3,6 +3,3 @@ export { default as Button } from './Button';
|
|||||||
export { default as Card } from './Card';
|
export { default as Card } from './Card';
|
||||||
export type { ButtonProps } from './Button';
|
export type { ButtonProps } from './Button';
|
||||||
export type { CardProps } from './Card';
|
export type { CardProps } from './Card';
|
||||||
|
|
||||||
// Importar los estilos
|
|
||||||
import './styles.css';
|
|
||||||
Reference in New Issue
Block a user