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 d1e4182 commit 14afb57Copy full SHA for 14afb57
1 file changed
typings/index.d.ts
@@ -1,15 +1,15 @@
1
// Downshift (legacy class component)
2
-export * from '../src/downshift.types'
3
-export {default} from '../src/downshift.types'
+export * from '../dist/downshift.types'
+export {default} from '../dist/downshift.types'
4
5
// useSelect
6
-export * from '../src/hooks/useSelect/index.types'
+export * from '../dist/hooks/useSelect/index.types'
7
8
// useCombobox
9
-export * from '../src/hooks/useCombobox/index.types'
+export * from '../dist/hooks/useCombobox/index.types'
10
11
// useMultipleSelection
12
-export * from '../src/hooks/useMultipleSelection/index.types'
+export * from '../dist/hooks/useMultipleSelection/index.types'
13
14
// useTagGroup
15
-export * from '../src/hooks/useTagGroup/index.types'
+export * from '../dist/hooks/useTagGroup/index.types'
0 commit comments