react-to-print
Version:
Print React components in the browser
5 lines (4 loc) • 413 B
TypeScript
import type { UseReactToPrintHookContent } from "../types/UseReactToPrintHookContent";
import type { UseReactToPrintOptions } from "../types/UseReactToPrintOptions";
import type { HandlePrintWindowOnLoadData } from "./handlePrintWindowOnLoad";
export declare function getPrintData(optionalContent: UseReactToPrintHookContent | undefined, options: UseReactToPrintOptions): HandlePrintWindowOnLoadData | undefined;