gaoluyang
9 天以前 b176162c23294d8d1bfb9f09cf6bb759efb0124a
src/packages/effects/common-ui/src/components/api-component/types.ts
@@ -1,6 +1,6 @@
import type { Component } from 'vue';
import type { AnyPromiseFunction } from '..\..\..\..\..\types\src';
import type { AnyPromiseFunction } from '../../../../../types/src';
export type ApiComponentOptionsItem = {
  [name: string]: any;