UNPKG

vue-to-print

Version:

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

8 lines (6 loc) 140 B
declare module "vue" { export interface GlobalComponents { VueToPrint: typeof import("vue-to-print")["VueToPrint"]; } } export {};