react-semaphor 0.0.81 → 0.0.82
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/react-semaphor.d.ts +1 -1
- package/dist/react-semaphor.js +2793 -2786
- package/dist/react-semaphor.umd.cjs +45 -45
- package/package.json +1 -1
package/dist/react-semaphor.d.ts
CHANGED
|
@@ -881,7 +881,7 @@ export declare function useEditorAside(token?: AuthToken, connectionQueryKey?: s
|
|
|
881
881
|
isColumnsLoadingOrFetching: boolean;
|
|
882
882
|
isColumnsError: boolean;
|
|
883
883
|
isAPIConnection: boolean;
|
|
884
|
-
tableName:
|
|
884
|
+
tableName: any;
|
|
885
885
|
schemaName: string;
|
|
886
886
|
handleConnectionChange: (value: string) => void;
|
|
887
887
|
handleDatabaseChange: (value: string) => void;
|