TypeScript. import { isReactComponent } from 'react-type-check';. let maybeRC: React.ComponentType | string = () => (. <div>I'm a React component</div>. ) ...
確定! 回上一頁