1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-01 14:26:45 +01:00

9 lines
210 B
HTML
Raw Normal View History

2018-06-10 19:49:39 -07:00
<div class="list-item"
id={`list-item-${key}`} >
<svelte:component this={component}
virtualProps={props}
virtualIndex={index}
virtualLength={length}
/>
</div>