Files
maya-contigo-ui/dist/index.d.ts
2025-10-23 19:59:20 +00:00

13 lines
561 B
TypeScript

export { default as Button } from './Button';
export { default as Card } from './Card';
export { default as CardHeader } from './Card';
export { default as CardFooter } from './Card';
export { default as CardContent } from './Card';
export { default as Input } from './Input';
export { default as Message } from './Message';
export { default as ChatInterface } from './ChatInterface';
export type { ButtonProps } from './Button';
export type { CardProps } from './Card';
export type { InputProps } from './Input';
export type { MessageProps } from './Message';