export type { SomeThing };. import type only imports declarations to be used for type annotations and declarations. It always gets fully erased, so there's ...
確定! 回上一頁