@nexxtmove/ui 0.1.66 → 0.1.67

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
@@ -1583,6 +1583,8 @@ declare interface NexxtTableProps<TKey extends string = string, TRow extends Rec
1583
1583
  columns: TableColumn<TKey>[];
1584
1584
  rows: TRow[];
1585
1585
  selectable?: boolean;
1586
+ selectionMode?: 'single' | 'multiple';
1587
+ selectOnRowClick?: boolean;
1586
1588
  loading?: boolean;
1587
1589
  }
1588
1590