components.ts 198 Bytes
import { NodeItemConfigType } from '/@/views/rule/designer/types/node';

export const components: Partial<
  NodeItemConfigType & { id: { id: string }; createdTime: number; actions: any }
>[] = [];