@engrate/components 0.1.26 → 0.1.27

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.
@@ -12,6 +12,8 @@ declare const tableHeadVariants: (props?: ({
12
12
  size?: "default" | "compact" | null | undefined;
13
13
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
14
14
  interface TableProps extends React.HTMLAttributes<HTMLTableElement>, VariantProps<typeof tableVariants> {
15
+ /** Add visible horizontal borders between table rows */
16
+ bordered?: boolean;
15
17
  }
16
18
  /**
17
19
  * Table root component following Engrate brand guidelines.