Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Jun 4, 2023
1 parent c2090fa commit 86e3dd5
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 158 deletions.
14 changes: 7 additions & 7 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Virtualized list component. See [VListProps](interfaces/VListProps.md) and [VLis

#### Defined in

node_modules/@types/react/ts5.0/index.d.ts:351
node_modules/@types/react/index.d.ts:383

___

Expand All @@ -68,7 +68,7 @@ Virtualized grid component. See [VGridProps](interfaces/VGridProps.md) and [VGri

#### Defined in

node_modules/@types/react/ts5.0/index.d.ts:351
node_modules/@types/react/index.d.ts:383

## Type Aliases

Expand All @@ -78,7 +78,7 @@ node_modules/@types/react/ts5.0/index.d.ts:351

#### Defined in

[src/react/VList.tsx:184](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L184)
[src/react/VList.tsx:184](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L184)

___

Expand All @@ -88,7 +88,7 @@ ___

#### Defined in

[src/react/VList.tsx:122](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L122)
[src/react/VList.tsx:122](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L122)

___

Expand All @@ -98,7 +98,7 @@ ___

#### Defined in

[src/react/VGrid.tsx:32](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L32)
[src/react/VGrid.tsx:32](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L32)

___

Expand All @@ -108,7 +108,7 @@ ___

#### Defined in

[src/react/VGrid.tsx:147](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L147)
[src/react/VGrid.tsx:147](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L147)

___

Expand All @@ -118,4 +118,4 @@ ___

#### Defined in

[src/react/types.ts:1](https://github.com/inokawa/virtua/blob/8e03f83/src/react/types.ts#L1)
[src/react/types.ts:1](https://github.com/inokawa/virtua/blob/c2090fa/src/react/types.ts#L1)
4 changes: 2 additions & 2 deletions docs/interfaces/CustomCellComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Props of customized cell component for [VGrid](../API.md#vgrid).

#### Defined in

[src/react/VGrid.tsx:28](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L28)
[src/react/VGrid.tsx:28](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L28)

___

Expand All @@ -27,4 +27,4 @@ ___

#### Defined in

[src/react/VGrid.tsx:29](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L29)
[src/react/VGrid.tsx:29](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L29)
10 changes: 5 additions & 5 deletions docs/interfaces/CustomGridWindowComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Props of customized scrollable component for [VGrid](../API.md#vgrid).

#### Defined in

[src/react/VGrid.tsx:115](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L115)
[src/react/VGrid.tsx:115](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L115)

___

Expand All @@ -30,7 +30,7 @@ ___

#### Defined in

[src/react/VGrid.tsx:116](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L116)
[src/react/VGrid.tsx:116](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L116)

___

Expand All @@ -40,7 +40,7 @@ ___

#### Defined in

[src/react/VGrid.tsx:117](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L117)
[src/react/VGrid.tsx:117](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L117)

___

Expand All @@ -50,7 +50,7 @@ ___

#### Defined in

[src/react/VGrid.tsx:118](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L118)
[src/react/VGrid.tsx:118](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L118)

___

Expand All @@ -60,4 +60,4 @@ ___

#### Defined in

[src/react/VGrid.tsx:119](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VGrid.tsx#L119)
[src/react/VGrid.tsx:119](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VGrid.tsx#L119)
4 changes: 2 additions & 2 deletions docs/interfaces/CustomItemComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Props of customized item component for [VList](../API.md#vlist).

#### Defined in

[src/react/VList.tsx:180](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L180)
[src/react/VList.tsx:180](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L180)

___

Expand All @@ -27,4 +27,4 @@ ___

#### Defined in

[src/react/VList.tsx:181](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L181)
[src/react/VList.tsx:181](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L181)
10 changes: 5 additions & 5 deletions docs/interfaces/CustomWindowComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Props of customized scrollable component for [VList](../API.md#vlist).

#### Defined in

[src/react/VList.tsx:90](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L90)
[src/react/VList.tsx:90](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L90)

___

Expand All @@ -30,7 +30,7 @@ ___

#### Defined in

[src/react/VList.tsx:91](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L91)
[src/react/VList.tsx:91](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L91)

___

Expand All @@ -40,7 +40,7 @@ ___

#### Defined in

[src/react/VList.tsx:92](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L92)
[src/react/VList.tsx:92](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L92)

___

Expand All @@ -50,7 +50,7 @@ ___

#### Defined in

[src/react/VList.tsx:93](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L93)
[src/react/VList.tsx:93](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L93)

___

Expand All @@ -60,4 +60,4 @@ ___

#### Defined in

[src/react/VList.tsx:94](https://github.com/inokawa/virtua/blob/8e03f83/src/react/VList.tsx#L94)
[src/react/VList.tsx:94](https://github.com/inokawa/virtua/blob/c2090fa/src/react/VList.tsx#L94)
Loading

0 comments on commit 86e3dd5

Please sign in to comment.