refactor(tooltip): forward events, remove external props

Supports #7
This commit is contained in:
Eric Liu 2019-12-21 17:56:32 -08:00
commit b8a5d7bdcc
3 changed files with 6 additions and 8 deletions

View file

@ -4,7 +4,5 @@
</script>
<Layout>
<div>
<TooltipDefinition {...$$props}>Defintion Tooltip</TooltipDefinition>
</div>
<TooltipDefinition {...$$props}>Defintion Tooltip</TooltipDefinition>
</Layout>