mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
5 lines
219 B
Svelte
5 lines
219 B
Svelte
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
|
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
|
|
<thead {...$$restProps} on:click on:mouseover on:mouseenter on:mouseleave>
|
|
<slot />
|
|
</thead>
|