Skip to content

Commit

Permalink
release/2.0.5 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
petatemarvin26 authored Sep 13, 2024
1 parent 8769daa commit 3feb349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vin-react",
"version": "2.0.4",
"version": "2.0.5",
"description": "This library is exclusive for react that utilize the flexbox.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/components/View/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ type Props = {
onMouseLeave?: MouseEventHandler<HTMLDivElement>;
onClick?: MouseEventHandler<HTMLDivElement>;
onScroll?: UIEventHandler<HTMLDivElement>;
} & ConnectStyleProps;
} & React.HTMLAttributes<HTMLDivElement> &
ConnectStyleProps;

type States = {};

Expand Down

0 comments on commit 3feb349

Please sign in to comment.