UNPKG

@aplus-frontend/ui

Version:

9 lines (8 loc) 237 B
import { ApNeedNameModel } from '../interface'; /** * 根据needName将fileName转换为OSS下载格式 */ export declare function getFileInfo(needName?: ApNeedNameModel, fileName?: any): { path: string; fileName: string; }[];