Skip to content

Commit

Permalink
Merge pull request #4239 from ianobermiller/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Dec 22, 2023
2 parents 4f2a04f + be2ca05 commit f963509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ declare namespace React {
export import RefObject = preact.RefObject;
export import Component = preact.Component;
export import FunctionComponent = preact.FunctionComponent;
export import ComponentType = preact.ComponentType;
export import FC = preact.FunctionComponent;
export import createContext = preact.createContext;
export import createRef = preact.createRef;
Expand Down

0 comments on commit f963509

Please sign in to comment.