refactor(editor): Fix typecheck for design-system and chat packages (no-changelog) (#9599)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import type { ElementPlusSizePropType, InputSize } from '@/types';
|
||||
import type { ElementPlusSizePropType, InputSize } from 'n8n-design-system/types';
|
||||
import { ElInputNumber } from 'element-plus';
|
||||
import { computed } from 'vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user