We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcba5e commit ea6fd74Copy full SHA for ea6fd74
1 file changed
types/react/index.d.ts
@@ -524,12 +524,12 @@ declare namespace React {
524
}
525
526
/**
527
- * @deprecated - Equivalent with `React.FC`
+ * @deprecated - Equivalent with `React.FC`.
528
*/
529
type VFC<P = {}> = VoidFunctionComponent<P>;
530
531
532
- * @deprecated - Equivalent with `React.FunctionComponent`
+ * @deprecated - Equivalent with `React.FunctionComponent`.
533
534
interface VoidFunctionComponent<P = {}> {
535
(props: P, context?: any): ReactElement<any, any> | null;
0 commit comments