fix(tooltip): type Tooltip open, close events (#1058)

This commit is contained in:
metonym 2022-02-01 07:20:43 -08:00 committed by GitHub
commit 504cf09dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 6 deletions

View file

@ -1,9 +1,11 @@
<script lang="ts">
import { Tooltip, Link, Button } from "../types";
import Catalog16 from "carbon-icons-svelte/lib/Catalog16";
let open = true;
</script>
<Tooltip>
<Tooltip bind:open on:open on:close>
<p>Resources are provisioned based on your account's organization.</p>
</Tooltip>