UNPKG

para-bridge-demo

Version:

a bridge api for js-ios/andriod rest

10 lines (9 loc) 169 B
``` tsx interface IOpenPdfViwerParam { filePath: string; title?: string; } private openPdfViewer = () => { openPdfViewer({ filePath: this.state.filePath }); } ```