Files
maya-contigo-ui/dist/index.d.ts
2025-10-23 05:53:17 +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';