fix: weElement css type error

This commit is contained in:
yuqing521 2021-06-23 18:31:09 +08:00
parent 63039d9c31
commit 3f7bbfd21f
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ declare namespace Omi {
// Allow static members to reference class type parameters
// https://github.com/Microsoft/TypeScript/issues/24018
static css: string;
static css: string | CSSStyleSheet ;
props: RenderableProps<P>;
prevProps: RenderableProps<P>;