Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Adan Ulloa 2020-01-20 12:40:42 -06:00
commit 397c53b48e
25 changed files with 16 additions and 1330 deletions

View file

@ -1,9 +0,0 @@
<script>
let className = undefined;
export { className as class };
export let style = undefined;
</script>
<tbody aria-live={$$props['aria-live'] || 'polite'} class={className} {style}>
<slot />
</tbody>