Skip to content

Commit

Permalink
ListViewHandleの型定義にcontainerElementを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
goemoncode committed Dec 3, 2024
1 parent bf6f152 commit cace6b3
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": "@goemoncode/react-explorer-listview",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"description": "Windows Explorer like ListView component for React",
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export type HeaderCellRendererProps<R> = {

export interface ListViewHandle {
element: HTMLDivElement | null;
containerElement: HTMLDivElement | null;
scrollToRow: (rowIndex: number) => void;
}

Expand Down

0 comments on commit cace6b3

Please sign in to comment.