Files
maya-contigo-ui/dist/index.d.ts
Rogelio 9cf2a7f223 ic
2025-10-23 04:36:37 +00:00

5 lines
174 B
TypeScript

export { default as Button } from './Button';
export { default as Card } from './Card';
export type { ButtonProps } from './Button';
export type { CardProps } from './Card';