Is this valid javascript? It does not error, and appears to work.
export {default as Chooser} from "./chooser";
My interpretation is:
import
the default
from "./chooser"
export
the result from #1 as Chooser
Is this what is happening?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With