chore: formatting

This commit is contained in:
zhom
2026-03-14 12:47:02 +04:00
parent 07ac2b7ff8
commit f5e068346c
11 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -63,4 +63,4 @@ function AlertDescription({
);
}
export { Alert, AlertTitle, AlertDescription };
export { Alert, AlertDescription, AlertTitle };
+4 -4
View File
@@ -81,10 +81,10 @@ function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
export {
Card,
CardHeader,
CardFooter,
CardTitle,
CardAction,
CardDescription,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
};
+2 -2
View File
@@ -373,9 +373,9 @@ function getPayloadConfigFromPayload(
export {
ChartContainer,
ChartTooltip,
ChartTooltipContent,
ChartLegend,
ChartLegendContent,
ChartStyle,
ChartTooltip,
ChartTooltipContent,
};
+3 -3
View File
@@ -167,11 +167,11 @@ function CommandShortcut({
export {
Command,
CommandDialog,
CommandInput,
CommandList,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandShortcut,
CommandList,
CommandSeparator,
CommandShortcut,
};
+5 -5
View File
@@ -240,18 +240,18 @@ function DropdownMenuSubContent({
export {
DropdownMenu,
DropdownMenuPortal,
DropdownMenuTrigger,
DropdownMenuCheckboxItem,
DropdownMenuContent,
DropdownMenuGroup,
DropdownMenuLabel,
DropdownMenuItem,
DropdownMenuCheckboxItem,
DropdownMenuLabel,
DropdownMenuPortal,
DropdownMenuRadioGroup,
DropdownMenuRadioItem,
DropdownMenuSeparator,
DropdownMenuShortcut,
DropdownMenuSub,
DropdownMenuSubTrigger,
DropdownMenuSubContent,
DropdownMenuSubTrigger,
DropdownMenuTrigger,
};
+2 -2
View File
@@ -634,7 +634,7 @@ function HighlightItem<T extends React.ElementType>({
export {
Highlight,
HighlightItem,
useHighlight,
type HighlightProps,
type HighlightItemProps,
type HighlightProps,
useHighlight,
};
+1 -1
View File
@@ -45,4 +45,4 @@ function PopoverAnchor({
return <PopoverPrimitive.Anchor data-slot="popover-anchor" {...props} />;
}
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
+3 -3
View File
@@ -100,11 +100,11 @@ function TableCaption({
export {
Table,
TableHeader,
TableBody,
TableCaption,
TableCell,
TableFooter,
TableHead,
TableHeader,
TableRow,
TableCell,
TableCaption,
};
+8 -8
View File
@@ -200,17 +200,17 @@ function TabsContents(props: TabsContentsProps) {
export {
Tabs,
TabsContent,
type TabsContentProps,
TabsContents,
type TabsContentsProps,
TabsHighlight,
TabsHighlightItem,
TabsList,
TabsTrigger,
TabsContent,
TabsContents,
type TabsProps,
type TabsHighlightProps,
type TabsHighlightItemProps,
type TabsHighlightProps,
TabsList,
type TabsListProps,
type TabsProps,
TabsTrigger,
type TabsTriggerProps,
type TabsContentProps,
type TabsContentsProps,
};
+1 -1
View File
@@ -70,4 +70,4 @@ function TooltipContent({
);
}
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
+2 -2
View File
@@ -90,9 +90,9 @@ function Slot<T extends HTMLElement = HTMLElement>({
}
export {
type AnyProps,
type DOMMotionProps,
Slot,
type SlotProps,
type WithAsChild,
type DOMMotionProps,
type AnyProps,
};