refactor(ui-shell): use $$restProps, remove cx

This commit is contained in:
Eric Liu 2020-07-19 06:33:06 -07:00
commit 1e5333dd64
26 changed files with 230 additions and 425 deletions

View file

@ -2,6 +2,6 @@
export let id = "main-content";
</script>
<main {...$$props} {id} class:bx--content={true}>
<main {id} class:bx--content={true} {...$$restProps}>
<slot />
</main>