UNPKG

capacitor-webview-print

Version:

This is a Capacitor plugin for printing the webview. It supports the Web, iOS and Android Platform.

5 lines (4 loc) 161 B
import type { WebviewPrintPlugin } from './definitions'; declare const WebviewPrint: WebviewPrintPlugin; export * from './definitions'; export { WebviewPrint };