mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix "compoment" typo in index.d.ts (#27454)
This commit is contained in:
Vendored
+1
-1
@@ -387,7 +387,7 @@ declare namespace React {
|
||||
// methods are present.
|
||||
interface ComponentLifecycle<P, S, SS = any> extends NewLifecycle<P, S, SS>, DeprecatedLifecycle<P, S> {
|
||||
/**
|
||||
* Called immediately after a compoment is mounted. Setting state here will trigger re-rendering.
|
||||
* Called immediately after a component is mounted. Setting state here will trigger re-rendering.
|
||||
*/
|
||||
componentDidMount?(): void;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user