chore(ExpandableWrapper): add ts-ignore to stories
This commit is contained in:
@@ -58,7 +58,7 @@ const { Story } = defineMeta({
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
</script>
|
</script>
|
||||||
|
{/* @ts-ignore */ null}
|
||||||
<Story name="With hidden content">
|
<Story name="With hidden content">
|
||||||
{#snippet children(args)}
|
{#snippet children(args)}
|
||||||
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
|
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
|
||||||
@@ -70,6 +70,7 @@ const { Story } = defineMeta({
|
|||||||
{/snippet}
|
{/snippet}
|
||||||
</Story>
|
</Story>
|
||||||
|
|
||||||
|
{/* @ts-ignore */ null}
|
||||||
<Story name="Disabled" args={{ disabled: true }}>
|
<Story name="Disabled" args={{ disabled: true }}>
|
||||||
{#snippet children(args)}
|
{#snippet children(args)}
|
||||||
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
|
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
|
||||||
@@ -82,6 +83,7 @@ const { Story } = defineMeta({
|
|||||||
{/snippet}
|
{/snippet}
|
||||||
</Story>
|
</Story>
|
||||||
|
|
||||||
|
{/* @ts-ignore */ null}
|
||||||
<Story name="With badge" args={{ badge: badgeSnippet }}>
|
<Story name="With badge" args={{ badge: badgeSnippet }}>
|
||||||
{#snippet children(args)}
|
{#snippet children(args)}
|
||||||
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
|
<div class="p-12 bg-slate-100 min-h-[300px] flex justify-center items-start">
|
||||||
|
|||||||
Reference in New Issue
Block a user