@7shifts/sous-chef 3.67.2-beta.0 → 3.67.2-beta.2
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.
|
@@ -6,6 +6,7 @@ export type DataTableContextType = {
|
|
|
6
6
|
numberOfRows: number;
|
|
7
7
|
hasVerticalBorders?: boolean;
|
|
8
8
|
state: DataTableState;
|
|
9
|
+
tableId: string;
|
|
9
10
|
};
|
|
10
11
|
declare const Context: import("react").Context<DataTableContextType>;
|
|
11
12
|
export declare const useDataTableContext: () => DataTableContextType;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useDetectFixedScroll: () => boolean;
|