mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:11:07 +08:00
fix deepscan
This commit is contained in:
parent
68f9bd7604
commit
5f1e77c4e5
@ -2,7 +2,7 @@ import { satisfies } from '@storybook/core-common';
|
||||
import { ComponentAnnotations, StoryAnnotations } from '@storybook/csf';
|
||||
import { expectTypeOf } from 'expect-type';
|
||||
import { SetOptional } from 'type-fest';
|
||||
import { AsyncComponent, Component } from 'vue';
|
||||
import { Component } from 'vue';
|
||||
import { ExtendedVue, Vue } from 'vue/types/vue';
|
||||
import { DecoratorFn, Meta, StoryObj } from './public-types';
|
||||
import Button from './__tests__/Button.vue';
|
||||
|
Loading…
x
Reference in New Issue
Block a user