10 lines
79 B
Svelte
10 lines
79 B
Svelte
<td>
|
|
<slot></slot>
|
|
</td>
|
|
|
|
<style>
|
|
td {
|
|
padding: 2px 10px;
|
|
}
|
|
</style>
|