UNPKG

capacitor-webview-print

Version:

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

6 lines (5 loc) 254 B
import { WebPlugin } from '@capacitor/core'; import type { PrintOptions, WebviewPrintPlugin } from './definitions'; export declare class WebviewPrintWeb extends WebPlugin implements WebviewPrintPlugin { print(options: PrintOptions): Promise<void>; }