@vtj/coder
Version:
VVTJ.PRO 是一个开源的、AI 驱动的 Vue3 企业级应用开发平台,通过 AI 智能体与可视化编排实现高效开发,并支持导出标准 Vue 代码以避免平台锁定。
6 lines (5 loc) • 356 B
TypeScript
import { MaterialDescription, PlatformType } from '@vtj/core';
export declare function parseImports(componentMap: Map<string, MaterialDescription>, components?: string[], importBlocks?: string[], collectImports?: Record<string, Set<string>>, platform?: PlatformType, easycomPackages?: Set<string>): {
imports: string[];
uniComponents: string[];
};