Home
last modified time | relevance | path

Searched defs:importStr (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateTypeAlias.ts149 const importStr = `import {${moduleName} as _${moduleName}} from '${realImportPath}';\n`; constant
166 const importStr = `import ${defaultModuleName} from '${props.realImportPath}';\n`; constant
174 const importStr = `import {${mockFunctionName}} from '${props.realImportPath}';\n`; constant
DgenerateInterfaceDeclaration.ts249 const importStr = `import { ${propertyTypeName} } from '${ constant