Files
gruperly/apps/web/src/components/ui/index.ts
2026-09-18 09:42:37 -03:00

9 lines
435 B
TypeScript

export { Avatar, type AvatarProps } from './avatar'
export { Button, type ButtonProps, type ButtonVariant, type ButtonSize } from './button'
export { Badge, type BadgeProps, type BadgeVariant } from './badge'
export { Input, type InputProps } from './input'
export { Label, type LabelProps } from './label'
export { Modal, type ModalProps } from './modal'
export { ToastProvider, useToast, type ToastType, type Toast } from './toast'