Skip to content

Commit 14afb57

Browse files
committed
fix exports
1 parent d1e4182 commit 14afb57

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

typings/index.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Downshift (legacy class component)
2-
export * from '../src/downshift.types'
3-
export {default} from '../src/downshift.types'
2+
export * from '../dist/downshift.types'
3+
export {default} from '../dist/downshift.types'
44

55
// useSelect
6-
export * from '../src/hooks/useSelect/index.types'
6+
export * from '../dist/hooks/useSelect/index.types'
77

88
// useCombobox
9-
export * from '../src/hooks/useCombobox/index.types'
9+
export * from '../dist/hooks/useCombobox/index.types'
1010

1111
// useMultipleSelection
12-
export * from '../src/hooks/useMultipleSelection/index.types'
12+
export * from '../dist/hooks/useMultipleSelection/index.types'
1313

1414
// useTagGroup
15-
export * from '../src/hooks/useTagGroup/index.types'
15+
export * from '../dist/hooks/useTagGroup/index.types'

0 commit comments

Comments
 (0)