1 2 3 4 5 6
<script> export let dataId; </script> <tr class="int-table__row {$$restProps.class ?? ''}" data-id={dataId}> <slot/> </tr>