From bf0995c5cc2af61d6a5a38e4d26a79e9c7e7429d Mon Sep 17 00:00:00 2001 From: "Roy.Liu" Date: Thu, 24 Dec 2020 10:07:22 +0800 Subject: [PATCH] change --- typescript/core/platform/web/function.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/core/platform/web/function.ts b/typescript/core/platform/web/function.ts index 28aace824..95b2d29ef 100644 --- a/typescript/core/platform/web/function.ts +++ b/typescript/core/platform/web/function.ts @@ -8,5 +8,5 @@ export type _function = { isSafari: () => boolean; isMac: () => boolean; isWindows: () => boolean; - isSupportCss3: (style: string) => boolean; + isSupportCss3: (style: any) => boolean; } \ No newline at end of file