We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2a3ec commit 8992df4Copy full SHA for 8992df4
packages/cubejs-client-react/index.d.ts
@@ -39,7 +39,11 @@ declare module '@cubejs-client/react' {
39
}
40
41
type CubeProviderProps = {
42
- cubejsApi: CubejsApi | null;
+ cubeApi?: CubejsApi | null;
43
+ /**
44
+ * @deprecated Use `cubeApi` instead
45
+ */
46
+ cubejsApi?: CubejsApi | null;
47
options?: CubeProviderOptions;
48
children: React.ReactNode;
49
};
0 commit comments