mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
chore: ran linting
This commit is contained in:
parent
323f7f2b4a
commit
c674fb3054
37 changed files with 972 additions and 920 deletions
2
surfsense_web/lib/remotion/dom-to-pptx.d.ts
vendored
2
surfsense_web/lib/remotion/dom-to-pptx.d.ts
vendored
|
|
@ -13,6 +13,6 @@ declare module "dom-to-pptx" {
|
|||
|
||||
export function exportToPptx(
|
||||
elementOrSelector: string | HTMLElement | Array<string | HTMLElement>,
|
||||
options?: ExportOptions,
|
||||
options?: ExportOptions
|
||||
): Promise<Blob>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue