From d7543e3256e1ede3bf1aff6b135fefe33bbc8d08 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sun, 16 May 2021 23:23:35 +0900 Subject: [PATCH] types: added missing typing --- types/global.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/global.d.ts b/types/global.d.ts index e76107a..b300341 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -8,6 +8,9 @@ declare global { highlightBlock(e: Element): void } } + interface Navigator { + standalone?: boolean + } } declare module 'yup' { class ArraySchema extends Yup.array {