summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/components/table/table.svelte
blob: 4acbf375afa2dfa2b0d0641684aefea1045d146b (plain) (blame)
1
2
3
<table class="int-table {$$restProps.class ?? ''}">
    <slot/>
</table>