UNPKG

vue-to-print

Version:

A Vue 3 component to print the content of an element or a component.

3 lines (2 loc) 82 B
import type { App } from "vue"; export declare const install: (app: App) => void;