test-stpr-ui-kit 0.4.27 → 0.4.28

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.
@@ -346,6 +346,7 @@ declare interface TableProps {
346
346
  data: TTableRowsData;
347
347
  columns: TTableColumnsData;
348
348
  classNameRoot?: string;
349
+ isDesktop?: boolean;
349
350
  }
350
351
 
351
352
  export declare const Tabs: default_2.FC<TabsProps>;