mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
4 lines
146 B
Svelte
4 lines
146 B
Svelte
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
|
<td {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave>
|
|
<slot />
|
|
</td>
|