Skip to content

Commit

Permalink
Fix empty return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadeeb Farhan committed Mar 23, 2021
1 parent d3c9637 commit b06578e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type LazyProps = {
didHydrate?: VoidFunction;
promise?: Promise<any>;
on?: (keyof HTMLElementEventMap)[] | keyof HTMLElementEventMap;
children: React.ReactElement;
};

type Props = Omit<React.HTMLProps<HTMLDivElement>, "dangerouslySetInnerHTML"> &
Expand Down

0 comments on commit b06578e

Please sign in to comment.