Skip to content

Commit

Permalink
fix: inserting children in typescript declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jun 26, 2022
1 parent f7ab5cf commit acc8eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shadow-scroll",
"version": "2.1.0",
"version": "2.1.1",
"description": "Component that customizes the list and inserts shadow when scrolling exists",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface ReactShadowScrollComponentProps {
isShadow?: boolean;
shadow?: string;
styleSubcontainer?: object;
children?: React.ReactNode;
}

export default class ReactShadowScrollComponent extends React.Component<
Expand Down

0 comments on commit acc8eff

Please sign in to comment.