Skip to content

Commit

Permalink
nop, we can't do this
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 1, 2021
1 parent fbf9193 commit 6ccc9ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/mui-base/src/AutocompleteUnstyled/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from './useAutocomplete';
export { default as useAutocomplete } from './useAutocomplete';
export * from './useAutocomplete';
3 changes: 1 addition & 2 deletions packages/mui-base/src/AutocompleteUnstyled/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { default } from './useAutocomplete';
export { createFilterOptions } from './useAutocomplete';
export { default as useAutocomplete, createFilterOptions } from './useAutocomplete';
1 change: 0 additions & 1 deletion packages/mui-base/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './utils';

export { default as useAutocomplete } from './AutocompleteUnstyled';
export * from './AutocompleteUnstyled';

export { default as BackdropUnstyled } from './BackdropUnstyled';
Expand Down
1 change: 0 additions & 1 deletion packages/mui-base/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './utils';

export { default as useAutocomplete } from './AutocompleteUnstyled';
export * from './AutocompleteUnstyled';

export { default as BackdropUnstyled } from './BackdropUnstyled';
Expand Down

0 comments on commit 6ccc9ff

Please sign in to comment.