// B.js
import A, { myA, Something } from './A'
// A.js
export default 42
export const myA = 43
export const Something = 44
一个例子就能秒懂。
// B.js
import A, { myA, Something } from './A'
// A.js
export default 42
export const myA = 43
export const Something = 44
一个例子就能秒懂。
本文标题:ts 中 import 大括号的意义
本文链接:https://www.haomeiwen.com/subject/juxlqhtx.html
网友评论