Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 5, 2023
1 parent 3a77116 commit 97b3ce9
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 106 deletions.
54 changes: 27 additions & 27 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Table of contents

### Functions

- [VList](API.md#vlist)

### Interfaces

- [VListProps](interfaces/VListProps.md)
Expand All @@ -19,27 +15,9 @@
- [CustomWindowComponent](API.md#customwindowcomponent)
- [WindowComponentAttributes](API.md#windowcomponentattributes)

## Functions

### VList

**VList**(`props`): ``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>

Virtualized list component. See [VListProps](interfaces/VListProps.md) and [VListHandle](interfaces/VListHandle.md).

#### Parameters

| Name | Type |
| :------ | :------ |
| `props` | [`VListProps`](interfaces/VListProps.md) & `RefAttributes`<[`VListHandle`](interfaces/VListHandle.md)\> |

#### Returns

``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>

#### Defined in
### Functions

node_modules/@types/react/index.d.ts:361
- [VList](API.md#vlist)

## Type Aliases

Expand All @@ -49,7 +27,7 @@ node_modules/@types/react/index.d.ts:361

#### Defined in

[src/react/VList.tsx:197](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L197)
[src/react/VList.tsx:197](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L197)

___

Expand All @@ -59,7 +37,7 @@ ___

#### Defined in

[src/react/VList.tsx:135](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L135)
[src/react/VList.tsx:135](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L135)

___

Expand All @@ -69,4 +47,26 @@ ___

#### Defined in

[src/react/VList.tsx:93](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L93)
[src/react/VList.tsx:93](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L93)

## Functions

### VList

**VList**(`props`): ``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>

Virtualized list component. See [VListProps](interfaces/VListProps.md) and [VListHandle](interfaces/VListHandle.md).

#### Parameters

| Name | Type |
| :------ | :------ |
| `props` | [`VListProps`](interfaces/VListProps.md) & `RefAttributes`<[`VListHandle`](interfaces/VListHandle.md)\> |

#### Returns

``null`` \| `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\>

#### Defined in

node_modules/@types/react/ts5.0/index.d.ts:345
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.

#### Defined in

[src/react/VList.tsx:193](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L193)
[src/react/VList.tsx:193](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L193)

___

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

#### Defined in

[src/react/VList.tsx:194](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L194)
[src/react/VList.tsx:194](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L194)
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.

#### Defined in

[src/react/VList.tsx:103](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L103)
[src/react/VList.tsx:103](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L103)

___

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

#### Defined in

[src/react/VList.tsx:104](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L104)
[src/react/VList.tsx:104](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L104)

___

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

#### Defined in

[src/react/VList.tsx:105](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L105)
[src/react/VList.tsx:105](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L105)

___

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

#### Defined in

[src/react/VList.tsx:106](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L106)
[src/react/VList.tsx:106](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L106)

___

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

#### Defined in

[src/react/VList.tsx:107](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L107)
[src/react/VList.tsx:107](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L107)
12 changes: 6 additions & 6 deletions docs/interfaces/VListHandle.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/react/VList.tsx:212](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L212)
[src/react/VList.tsx:212](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L212)

___

Expand All @@ -38,7 +38,7 @@ Get current scrollHeight or scrollWidth.

#### Defined in

[src/react/VList.tsx:216](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L216)
[src/react/VList.tsx:216](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L216)

___

Expand All @@ -50,7 +50,7 @@ Get current offsetHeight or offsetWidth.

#### Defined in

[src/react/VList.tsx:220](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L220)
[src/react/VList.tsx:220](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L220)

## Methods

Expand All @@ -72,7 +72,7 @@ Scroll to the item specified by index.

#### Defined in

[src/react/VList.tsx:225](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L225)
[src/react/VList.tsx:225](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L225)

___

Expand All @@ -94,7 +94,7 @@ Scroll to the given offset.

#### Defined in

[src/react/VList.tsx:230](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L230)
[src/react/VList.tsx:230](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L230)

___

Expand All @@ -116,4 +116,4 @@ Scroll by the given offset.

#### Defined in

[src/react/VList.tsx:235](https://github.com/inokawa/virtua/blob/c8b3bd6/src/react/VList.tsx#L235)
[src/react/VList.tsx:235](https://github.com/inokawa/virtua/blob/3a77116/src/react/VList.tsx#L235)
Loading

0 comments on commit 97b3ce9

Please sign in to comment.