forked from cybrespace/pinafore
11 lines
211 B
HTML
11 lines
211 B
HTML
|
<div
|
||
|
id={`list-item-${key}`}
|
||
|
aria-hidden="false"
|
||
|
>
|
||
|
<svelte:component this={component}
|
||
|
virtualProps={props}
|
||
|
virtualIndex={index}
|
||
|
virtualLength={length}
|
||
|
/>
|
||
|
</div>
|