UNPKG

vue-to-print

Version:

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

5 lines (4 loc) 163 B
import { type PublicUseVueToPrintProps } from "./types"; export declare function useVueToPrint(props: PublicUseVueToPrintProps): { handlePrint: () => void; };