gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
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;