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 8adee67 commit 90f9a3fCopy full SHA for 90f9a3f
src/index.js
@@ -6,4 +6,9 @@ if (typeof window !== 'undefined') {
6
window.AsyncSelectPreview = AsyncSelectPreview;
7
}
8
9
-export { AsyncSelectControl, AsyncSelectPreview };
+const exportObject = {
10
+ AsyncSelectControl,
11
+ AsyncSelectPreview
12
+};
13
+
14
+export default exportObject
0 commit comments