I'm trying to import an .svg file as a React component with TypeScript. According to the React docs, this is done like so:import { ReactComponent as Icon } ...
確定! 回上一頁