Skip to content

Commit

Permalink
add component props to compat exports (#3321)
Browse files Browse the repository at this point in the history
Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
  • Loading branch information
JoviDeCroock and marvinhagemeister committed Nov 15, 2021
1 parent b061f5e commit cc0f3fb
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 @@ -39,6 +39,7 @@ declare namespace React {
export import Fragment = preact.Fragment;
export import createElement = preact.createElement;
export import cloneElement = preact.cloneElement;
export import ComponentProps = preact.ComponentProps;

// Suspense
export import Suspense = _Suspense.Suspense;
Expand Down

0 comments on commit cc0f3fb

Please sign in to comment.