Skip to content

Commit

Permalink
Preact.VNode -> JSX.Element
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Sep 25, 2018
1 parent bcfe280 commit 0d11daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preact.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ declare module "unistore/preact" {
}

export class Provider<T> extends Preact.Component<ProviderProps<T>> {
render(props: ProviderProps<T>): Preact.VNode;
render(props: ProviderProps<T>): JSX.Element;
}
}

0 comments on commit 0d11daf

Please sign in to comment.