Skip to content

Commit 7e15cf0

Browse files
authored
fix(@cubejs-client/react): resultSet ts in for QueryBuilderRenderProps (#1193)
1 parent 1c1152b commit 7e15cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-client-react/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ declare module '@cubejs-client/react' {
178178
query?: Query;
179179
};
180180

181-
type QueryBuilderRenderProps = {
181+
type QueryBuilderRenderProps = Partial<QueryRendererRenderProps> & {
182182
/**
183183
* Indicates whether the query is ready to be displayed or not
184184
*/

0 commit comments

Comments
 (0)