Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Aug 25, 2023
1 parent 71601f8 commit fa1c143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/normal/src/Foo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const Foo: FC<{
children: React.ReactNode;
onConfirm: (output: { children: any[] }) => void;
dom: HTMLElement;
// eslint-disable-next-line @typescript-eslint/ban-types
func: Function;
}> = (props) => {
return <>{props.title}</>;
};
Expand Down

0 comments on commit fa1c143

Please sign in to comment.