エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
関連記事
React.ComponentにFlowで型をつけるスニペット - Augmented Usamimi
v0.38.0時点. こんな感じに定義されてる. https://github.com/facebook/flow/blob/v0.38.0/lib/react.... v0.38.0時点. こんな感じに定義されてる. https://github.com/facebook/flow/blob/v0.38.0/lib/react.js#L224 declare module react { // snip. declare var Component: typeof React$Component; declare var PureComponent: typeof React$PureComponent; declare var Element: typeof React$Element; } React$Componentの定義はファイルの頭の方にある. https://github.com/facebook/flow/blob/v0.38.0/lib/react.js#L16 declare class React$Component<Default