Files
maya-contigo-ui/dist/index.d.ts
2025-10-23 05:48:22 +00:00

6 lines
197 B
TypeScript

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';