Initial commit: форма заявки на страховое возмещение

This commit is contained in:
2025-12-16 11:47:59 +03:00
commit 87da082107
1060 changed files with 203973 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import "./gifshot";
import "./libheif";
declare function heic2any({ blob, toType, quality, gifInterval, multiple, }: {
blob: Blob;
multiple?: true;
toType?: string;
quality?: number;
gifInterval?: number;
}): Promise<Blob | Blob[]>;
export default heic2any;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long