mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-21 01:13:49 +01:00
9 lines
210 B
HTML
9 lines
210 B
HTML
<div class="list-item"
|
|
id={`list-item-${key}`} >
|
|
<svelte:component this={component}
|
|
virtualProps={props}
|
|
virtualIndex={index}
|
|
virtualLength={length}
|
|
/>
|
|
</div>
|