Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
Signed-off-by: julia-zielke <[email protected]>
  • Loading branch information
julia-zielke committed Jan 10, 2024
1 parent fb521ec commit c2a7bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/design/Filepicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const FilepickerList: FC<PropsWithChildren> = ({ children }) => (
</div>
);

interface FilepickerButtonType extends PropsWithChildren {
type FilepickerButtonType = PropsWithChildren & {
onClick: React.MouseEventHandler;
}
};

const FilepickerButton: FC<FilepickerButtonType> = ({ children, onClick }) => (
<div
Expand Down

0 comments on commit c2a7bf1

Please sign in to comment.