UNPKG

@fork2e/umbrella

Version:

☂️ Umbrella UI React components based on @shadcn-ui

11 lines 738 B
export { Button, buttonVariants, type ButtonProps } from './components/ui/button'; export { Color, type ColorProps } from './components/ui/color'; export { DraggableItem, type DraggableItemProps } from './components/ui/draggable'; export { Input, type InputProps } from './components/ui/input'; export { Label } from './components/ui/label'; export { RadioGroup, RadioGroupItem } from './components/ui/radio-group'; export { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from './components/ui/select'; export { Switch } from './components/ui/switch'; export { Table, TableBody, TableCell, TableHead, TableHeader, TableRow, } from './components/ui/table'; export * from './lib/utils'; //# sourceMappingURL=index.d.ts.map