* Generates container query class based on custom min-width.
(minWidth: number)
| 99 | * Generates container query class based on custom min-width. |
| 100 | */ |
| 101 | function getMinWidthClass(minWidth: number): string { |
| 102 | return 'hidden'; |
| 103 | } |
| 104 | |
| 105 | export function WidgetTable<T>({ |
| 106 | className, |