UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

23 lines (22 loc) 2.49 kB
export { Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarSizeType } from './avatar/index.cjs'; export { Button, ButtonColorType, ButtonProps, ButtonSizeType, ButtonVariantType } from './button/index.cjs'; export { Input, InputProps } from './input/index.cjs'; export { Tooltip, TooltipProps, TooltipProvider, TooltipProviderProps } from './tooltip/index.cjs'; export { Textarea, TextareaProps } from './textarea/index.cjs'; export { Select, SelectItem, SelectItemProps, SelectProps } from './select/index.cjs'; export { Card, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps, CardTitle, CardTitleProps } from './card/index.cjs'; export { Sheet, SheetClose, SheetCloseProps, SheetContent, SheetContentProps, SheetContentSide, SheetDescription, SheetDescriptionProps, SheetFooter, SheetFooterProps, SheetHeader, SheetHeaderProps, SheetProps, SheetTitle, SheetTitleProps, SheetTrigger, SheetTriggerProps } from './sheet/index.cjs'; export { Separator, SeparatorProps } from './separator/index.cjs'; export { Header, HeaderProps } from './header/index.cjs'; export { Dialog, DialogClose, DialogCloseProps, DialogContent, DialogContentProps, DialogContentWidth, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogProps, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps } from './dialog/index.cjs'; export { Form, FormControl, FormControlProps, FormDescription, FormDescriptionProps, FormField, FormItem, FormItemProps, FormLabel, FormLabelProps, FormMessage, FormMessageProps, FormProps } from './form/index.cjs'; export { HelperText, HelperTextProps, HelperTextType } from './helper-text/index.cjs'; export { Label, LabelProps } from './label/index.cjs'; export { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps } from './alert-dialog/index.cjs'; import 'react/jsx-runtime'; import 'react'; import 'radix-ui'; import 'class-variance-authority'; import 'class-variance-authority/types'; import 'react-hook-form'; import '@radix-ui/react-slot';