UNPKG

105 BTypeScriptView Raw
1import { ContentNode } from "./ContentNode";
2export type UseReactToPrintHookContent = () => ContentNode;