Skip to content

Commit

Permalink
0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Mar 19, 2024
1 parent 10ae1dc commit 9b62f2e
Show file tree
Hide file tree
Showing 25 changed files with 191 additions and 178 deletions.
26 changes: 13 additions & 13 deletions docs/classes/vue.VList.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Get item offset from start.

#### Defined in

[src/vue/Virtualizer.tsx:47](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L47)
[src/vue/Virtualizer.tsx:49](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L49)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:53](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L53)
[src/vue/Virtualizer.tsx:55](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L55)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:58](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L58)
[src/vue/Virtualizer.tsx:60](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L60)

___

Expand All @@ -155,7 +155,7 @@ Scroll by the given offset.

#### Defined in

[src/vue/Virtualizer.tsx:63](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L63)
[src/vue/Virtualizer.tsx:65](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L65)

## Properties

Expand Down Expand Up @@ -333,7 +333,7 @@ While true is set, scroll position will be maintained from the end not usual sta

#### Defined in

[src/vue/VList.tsx:34](https://github.com/inokawa/virtua/blob/42725126/src/vue/VList.tsx#L34)
[src/vue/VList.tsx:34](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/VList.tsx#L34)

___

Expand All @@ -345,7 +345,7 @@ The data items rendered by this component.

#### Defined in

[src/vue/VList.tsx:18](https://github.com/inokawa/virtua/blob/42725126/src/vue/VList.tsx#L18)
[src/vue/VList.tsx:18](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/VList.tsx#L18)

___

Expand All @@ -363,7 +363,7 @@ Number of items to render above/below the visible bounds of the list. You can in

#### Defined in

[src/vue/VList.tsx:23](https://github.com/inokawa/virtua/blob/42725126/src/vue/VList.tsx#L23)
[src/vue/VList.tsx:23](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/VList.tsx#L23)

___

Expand All @@ -378,7 +378,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite

#### Defined in

[src/vue/VList.tsx:30](https://github.com/inokawa/virtua/blob/42725126/src/vue/VList.tsx#L30)
[src/vue/VList.tsx:30](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/VList.tsx#L30)

___

Expand All @@ -390,7 +390,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver

#### Defined in

[src/vue/VList.tsx:38](https://github.com/inokawa/virtua/blob/42725126/src/vue/VList.tsx#L38)
[src/vue/VList.tsx:38](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/VList.tsx#L38)

___

Expand All @@ -402,7 +402,7 @@ A prop for SSR. If set, the specified amount of items will be mounted in the ini

#### Defined in

[src/vue/VList.tsx:42](https://github.com/inokawa/virtua/blob/42725126/src/vue/VList.tsx#L42)
[src/vue/VList.tsx:42](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/VList.tsx#L42)

___

Expand All @@ -426,7 +426,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/vue/Virtualizer.tsx:34](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L34)
[src/vue/Virtualizer.tsx:36](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L36)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:38](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L38)
[src/vue/Virtualizer.tsx:40](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L40)

___

Expand All @@ -450,4 +450,4 @@ Get current offsetHeight or offsetWidth.

#### Defined in

[src/vue/Virtualizer.tsx:42](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L42)
[src/vue/Virtualizer.tsx:44](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L44)
45 changes: 29 additions & 16 deletions docs/classes/vue.Virtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [horizontal](vue.Virtualizer.md#horizontal)
- [startMargin](vue.Virtualizer.md#startmargin)
- [ssrCount](vue.Virtualizer.md#ssrcount)
- [scrollRef](vue.Virtualizer.md#scrollref)
- [onScrollEnd](vue.Virtualizer.md#onscrollend)
- [onRangeChange](vue.Virtualizer.md#onrangechange)
- [scrollOffset](vue.Virtualizer.md#scrolloffset)
Expand Down Expand Up @@ -89,7 +90,7 @@ Get item offset from start.

#### Defined in

[src/vue/Virtualizer.tsx:47](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L47)
[src/vue/Virtualizer.tsx:49](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L49)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:53](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L53)
[src/vue/Virtualizer.tsx:55](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L55)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:58](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L58)
[src/vue/Virtualizer.tsx:60](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L60)

___

Expand All @@ -156,7 +157,7 @@ Scroll by the given offset.

#### Defined in

[src/vue/Virtualizer.tsx:63](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L63)
[src/vue/Virtualizer.tsx:65](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L65)

## Properties

Expand All @@ -182,7 +183,7 @@ ___

### $props

• **$props**: `Partial`\<\{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean }\> & `Omit`\<\{ `shift`: `boolean` = Boolean; `data`: `unknown`[] ; `overscan`: `number` ; `horizontal`: `boolean` = Boolean; `itemSize?`: `number` = Number; `startMargin?`: `number` = Number; `ssrCount?`: `number` = Number; `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` } & `VNodeProps` & `AllowedComponentProps` & `ComponentCustomProps` & `Readonly`\<`ExtractPropTypes`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number }\>\> & \{ `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` }, `DefaultKeys`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number }\>\>
• **$props**: `Partial`\<\{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean }\> & `Omit`\<\{ `shift`: `boolean` = Boolean; `data`: `unknown`[] ; `overscan`: `number` ; `horizontal`: `boolean` = Boolean; `itemSize?`: `number` = Number; `startMargin?`: `number` = Number; `ssrCount?`: `number` = Number; `scrollRef?`: `HTMLElement` ; `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` } & `VNodeProps` & `AllowedComponentProps` & `ComponentCustomProps` & `Readonly`\<`ExtractPropTypes`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }\>\> & \{ `onScroll`: `undefined` \| (...`args`: [offset: number]) => `any` ; `onScrollEnd`: `undefined` \| (...`args`: []) => `any` ; `onRangeChange`: `undefined` \| (...`args`: [startIndex: number, endIndex: number]) => `any` }, `DefaultKeys`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }\>\>

#### Defined in

Expand Down Expand Up @@ -262,7 +263,7 @@ ___

### $options

**$options**: `ComponentOptionsBase`\<`ResolveProps`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number }, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }\>, `VirtualizerHandle`, {}, {}, {}, `ComponentOptionsMixin`, `ComponentOptionsMixin`, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }, `string`, \{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean }, {}, `string`, `SlotsType`\<\{ `default`: `any` }\>\> & `MergedComponentOptionsOverride`
• **$options**: `ComponentOptionsBase`\<`ResolveProps`\<\{ `data`: \{ `type`: `ArrayConstructor` = Array; `required`: ``true`` = true } ; `overscan`: \{ `type`: `NumberConstructor` = Number; `default`: `number` = 4 } ; `itemSize`: `NumberConstructor` = Number; `shift`: `BooleanConstructor` = Boolean; `horizontal`: `BooleanConstructor` = Boolean; `startMargin`: `NumberConstructor` = Number; `ssrCount`: `NumberConstructor` = Number; `scrollRef`: `PropType`\<`HTMLElement`\> }, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }\>, `VirtualizerHandle`, {}, {}, {}, `ComponentOptionsMixin`, `ComponentOptionsMixin`, \{ `scroll`: (`offset`: `number`) => `void` ; `scrollEnd`: () => `void` ; `rangeChange`: (`startIndex`: `number`, `endIndex`: `number`) => `void` }, `string`, \{ `shift`: `boolean` = Boolean; `overscan`: `number` ; `horizontal`: `boolean` = Boolean }, {}, `string`, `SlotsType`\<\{ `default`: `any` }\>\> & `MergedComponentOptionsOverride`

#### Defined in

Expand Down Expand Up @@ -334,7 +335,7 @@ While true is set, scroll position will be maintained from the end not usual sta

#### Defined in

[src/vue/Virtualizer.tsx:86](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L86)
[src/vue/Virtualizer.tsx:88](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L88)

___

Expand All @@ -346,7 +347,7 @@ The data items rendered by this component.

#### Defined in

[src/vue/Virtualizer.tsx:70](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L70)
[src/vue/Virtualizer.tsx:72](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L72)

___

Expand All @@ -364,7 +365,7 @@ Number of items to render above/below the visible bounds of the list. You can in

#### Defined in

[src/vue/Virtualizer.tsx:75](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L75)
[src/vue/Virtualizer.tsx:77](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L77)

___

Expand All @@ -379,7 +380,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite

#### Defined in

[src/vue/Virtualizer.tsx:82](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L82)
[src/vue/Virtualizer.tsx:84](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L84)

___

Expand All @@ -391,7 +392,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver

#### Defined in

[src/vue/Virtualizer.tsx:90](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L90)
[src/vue/Virtualizer.tsx:92](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L92)

___

Expand All @@ -403,7 +404,7 @@ If you put an element before virtualizer, you have to define its height with thi

#### Defined in

[src/vue/Virtualizer.tsx:94](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L94)
[src/vue/Virtualizer.tsx:96](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L96)

___

Expand All @@ -415,7 +416,19 @@ A prop for SSR. If set, the specified amount of items will be mounted in the ini

#### Defined in

[src/vue/Virtualizer.tsx:98](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L98)
[src/vue/Virtualizer.tsx:100](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L100)

___

### scrollRef

`Optional` `Readonly` **scrollRef**: `HTMLElement`

Reference to the scrollable element. The default will get the parent element of virtualizer.

#### Defined in

[src/vue/Virtualizer.tsx:104](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L104)

___

Expand All @@ -439,7 +452,7 @@ Get current scrollTop or scrollLeft.

#### Defined in

[src/vue/Virtualizer.tsx:34](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L34)
[src/vue/Virtualizer.tsx:36](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L36)

___

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

#### Defined in

[src/vue/Virtualizer.tsx:38](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L38)
[src/vue/Virtualizer.tsx:40](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L40)

___

Expand All @@ -463,4 +476,4 @@ Get current offsetHeight or offsetWidth.

#### Defined in

[src/vue/Virtualizer.tsx:42](https://github.com/inokawa/virtua/blob/42725126/src/vue/Virtualizer.tsx#L42)
[src/vue/Virtualizer.tsx:44](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/Virtualizer.tsx#L44)
10 changes: 5 additions & 5 deletions docs/classes/vue.WindowVirtualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ While true is set, scroll position will be maintained from the end not usual sta

#### Defined in

[src/vue/WindowVirtualizer.tsx:47](https://github.com/inokawa/virtua/blob/42725126/src/vue/WindowVirtualizer.tsx#L47)
[src/vue/WindowVirtualizer.tsx:47](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/WindowVirtualizer.tsx#L47)

___

Expand All @@ -241,7 +241,7 @@ The data items rendered by this component.

#### Defined in

[src/vue/WindowVirtualizer.tsx:31](https://github.com/inokawa/virtua/blob/42725126/src/vue/WindowVirtualizer.tsx#L31)
[src/vue/WindowVirtualizer.tsx:31](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/WindowVirtualizer.tsx#L31)

___

Expand All @@ -259,7 +259,7 @@ Number of items to render above/below the visible bounds of the list. You can in

#### Defined in

[src/vue/WindowVirtualizer.tsx:36](https://github.com/inokawa/virtua/blob/42725126/src/vue/WindowVirtualizer.tsx#L36)
[src/vue/WindowVirtualizer.tsx:36](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/WindowVirtualizer.tsx#L36)

___

Expand All @@ -274,7 +274,7 @@ Item size hint for unmeasured items. It will help to reduce scroll jump when ite

#### Defined in

[src/vue/WindowVirtualizer.tsx:43](https://github.com/inokawa/virtua/blob/42725126/src/vue/WindowVirtualizer.tsx#L43)
[src/vue/WindowVirtualizer.tsx:43](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/WindowVirtualizer.tsx#L43)

___

Expand All @@ -286,7 +286,7 @@ If true, rendered as a horizontally scrollable list. Otherwise rendered as a ver

#### Defined in

[src/vue/WindowVirtualizer.tsx:51](https://github.com/inokawa/virtua/blob/42725126/src/vue/WindowVirtualizer.tsx#L51)
[src/vue/WindowVirtualizer.tsx:51](https://github.com/inokawa/virtua/blob/10ae1dc2/src/vue/WindowVirtualizer.tsx#L51)

___

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/react.CacheSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Serializable cache snapshot.

#### Defined in

[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/42725126/src/core/types.ts#L16)
[src/core/types.ts:16](https://github.com/inokawa/virtua/blob/10ae1dc2/src/core/types.ts#L16)
4 changes: 2 additions & 2 deletions docs/interfaces/react.CustomCellComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Props of customized cell component for [VGrid](../modules/react.md#experimental_

#### Defined in

[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/42725126/src/react/VGrid.tsx#L34)
[src/react/VGrid.tsx:34](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/VGrid.tsx#L34)

___

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

#### Defined in

[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/42725126/src/react/VGrid.tsx#L35)
[src/react/VGrid.tsx:35](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/VGrid.tsx#L35)
4 changes: 2 additions & 2 deletions docs/interfaces/react.CustomContainerComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Defined in

[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/42725126/src/react/types.ts#L10)
[src/react/types.ts:10](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/types.ts#L10)

___

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

#### Defined in

[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/42725126/src/react/types.ts#L11)
[src/react/types.ts:11](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/types.ts#L11)
6 changes: 3 additions & 3 deletions docs/interfaces/react.CustomItemComponentProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Props of customized item component for [Virtualizer](../modules/react.md#virtual

#### Defined in

[src/react/types.ts:23](https://github.com/inokawa/virtua/blob/42725126/src/react/types.ts#L23)
[src/react/types.ts:23](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/types.ts#L23)

___

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

#### Defined in

[src/react/types.ts:24](https://github.com/inokawa/virtua/blob/42725126/src/react/types.ts#L24)
[src/react/types.ts:24](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/types.ts#L24)

___

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

#### Defined in

[src/react/types.ts:25](https://github.com/inokawa/virtua/blob/42725126/src/react/types.ts#L25)
[src/react/types.ts:25](https://github.com/inokawa/virtua/blob/10ae1dc2/src/react/types.ts#L25)
Loading

0 comments on commit 9b62f2e

Please sign in to comment.