Commit a536773
fix(types): export QueriesOptions and QueriesResults types for useQueries (#3251)
* refactor(useQueries) export QueriesOptions type
export the QueriesOptions type
closes #3250
* refactor(useQueries): add export to index
Add the export of the QueriesOptions type to the index file
* refactor(useQueries) export QueriesResults type
Export QueriesResults type
Co-authored-by: Jeffrey Sims <[email protected]>1 parent 4dcb490 commit a536773
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments