Converted /modals to typescript

This commit is contained in:
Nicola Thouliss
2021-06-02 19:03:01 +10:00
parent 32f6e1fb23
commit ecc4f67f37
33 changed files with 571 additions and 311 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ export async function resizeImage(image: HTMLImageElement, size: number, type: s
* @property {string} id
*/
type ImageFile = {
export type ImageFile = {
file: Uint8Array | null,
width: number,
height: number,