@clidey/ux 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -488,6 +488,8 @@ export declare function TableHead({ className, icon, children, ...props }: React
488
488
 
489
489
  export declare function TableHeader({ className, ...props }: React_2.ComponentProps<"thead">): JSX.Element;
490
490
 
491
+ export declare function TableHeadRow({ className, style, ...props }: React_2.ComponentProps<"tr">): JSX.Element;
492
+
491
493
  export declare function TableRow({ className, style, ...props }: React_2.ComponentProps<"tr">): JSX.Element;
492
494
 
493
495
  export declare function Tabs({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.Root>): JSX.Element;