React Code Splitting dynamic import typescript interface

268 Views Asked by At

Is there any way to use dynamic import('path') for an exported interface?

1

There are 1 best solutions below

1
On

There is no need to code splitting in interface because all typescript will be compiled into plain javascipt during build time.