UNPKG

@bao-ui/react

Version:

Styled React components built on Base UI primitives

10 lines 637 B
export { Button, buttonVariants, type ButtonProps } from './Button'; export { Badge, badgeVariants, type BadgeProps } from './Badge'; export { Input, type InputProps } from './Input'; export { Checkbox } from './Checkbox'; export { RadioGroup, RadioGroupItem } from './Radio'; export { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from './Select'; export { Switch } from './Switch'; export { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, } from './Dialog'; export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from './Tooltip'; //# sourceMappingURL=index.d.ts.map