brainvire

Results 1 issues of brainvire

```jsx const handleDownload = useReactToPrint({ content: () => componentRef?.current, removeAfterPrint: true, pageStyle: pageStyle, print: async (printIframe) => { const document = printIframe?.contentDocument; if (document) { const html = componentRef?.current; const...