1 2 3 4 5 6 7 8 9 10
<script lang="ts"> import TRow from "./trow.svelte"; </script> <thead class="int-table__header {$$restProps.class ?? ''}"> <TRow> <slot/> </TRow> </thead>