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 2f79adc commit 85aaf76Copy full SHA for 85aaf76
database/useListVal.ts
@@ -7,7 +7,7 @@ export type ListValHook<T> = {
7
value: T[];
8
};
9
10
-export const useListVal = <T>(
+export default <T>(
11
query: database.Query,
12
keyField?: string
13
): ListValHook<T> => {
0 commit comments