A custom hook to detect printing in the browser
npm install use-detect-printReact Hook to detect printing
```
npm install use-detect-print --save
`javascript
import React from 'react';
import useDetectPrint from 'use-detect-print';
function App() {
const isPrinting = useDetectPrint();
return (
``