Skip to content

Commit

Permalink
Merge branch 'master' into invalid-hook-throw
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Nov 11, 2020
2 parents e68d8de + 083935f commit 3e93caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ declare namespace preact {
interface Context<T> {
Consumer: Consumer<T>;
Provider: Provider<T>;
displayName?: string;
}
interface PreactContext<T> extends Context<T> {}

Expand Down
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ export namespace JSXInternal {
svg: SVGAttributes<SVGSVGElement>;
animate: SVGAttributes<SVGAnimateElement>;
circle: SVGAttributes<SVGCircleElement>;
animateTransform: SVGAttributes<SVGAnimateElement>;
clipPath: SVGAttributes<SVGClipPathElement>;
defs: SVGAttributes<SVGDefsElement>;
desc: SVGAttributes<SVGDescElement>;
Expand Down

0 comments on commit 3e93caa

Please sign in to comment.