my colleagues claim that the three pieces of code are different, and my perception is the same (packaging). But neither of us found the relevant documents.
what are the similarities and differences of the following three codes
- 1
export { default as AAA } from "./aaa"
export { default as BBB } from "./bbb"