UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

13 lines (12 loc) 296 B
import { MatDialog } from '@angular/material/dialog'; export declare class FileShowService { dialog: MatDialog; constructor(dialog: MatDialog); /** * 查看综合文件列表 * @param option */ viewFileShow(option: { id: string; }): void; }