9 lines
78 B
Svelte
9 lines
78 B
Svelte
<th>
|
|
<slot></slot>
|
|
</th>
|
|
|
|
<style>
|
|
th {
|
|
padding: 5px 10px;
|
|
}
|
|
</style> |