fix(reports): fixing unit test (#27236)
This commit is contained in:
parent
2c564817f1
commit
6278315072
|
|
@ -30,9 +30,7 @@ declare module 'dom-to-pdf' {
|
|||
excludeClassNames?: string[];
|
||||
}
|
||||
|
||||
const domToPdf = (
|
||||
elementToPrint: Element,
|
||||
options?: Options,
|
||||
): Promise<any> => {};
|
||||
function domToPdf(elementToPrint: Element, options?: Options): Promise<any>;
|
||||
|
||||
export default domToPdf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue