type FunctionComponent<P > = (props: P) => ?React$Element<any>; type ClassComponent<D, P, S> = Class<React$Component<D, P, S>>; type Component<D, P, ...
確定! 回上一頁