Skip to content

Commit bfc901b

Browse files
committed
chore(useDataLoader): export config type
1 parent 818a086 commit bfc901b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/use-dataloader/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export {
44
} from './DataLoaderProvider'
55
export { default as useDataLoader } from './useDataLoader'
66
export { default as usePaginatedDataLoader } from './usePaginatedDataLoader'
7+
export type { UseDataLoaderConfig } from './types'

0 commit comments

Comments
 (0)