UNPKG

@flatbiz/antd

Version:
17 lines (15 loc) 495 B
export type PdfPreview2Props = { pdfUrl: string; /** 网络环境,inner/内网,outer/外网,默认inner */ networkEnv?: "inner" | "outer"; }; /** * PDF预览方式2 * ``` * 1. 使用 https://web.tcshuke.com/webapps/pdf-preview/index.html 作为载体预览PDF * 2. 预览PDF载体git项目:https://gitlab.itcjf.com/statics/pdf-preview * 3. networkEnv 设置内网、外网,默认内网 * ``` */ export declare const PdfPreview2: (props: PdfPreview2Props) => any; export {};