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