fix: weElement css type error
This commit is contained in:
parent
63039d9c31
commit
3f7bbfd21f
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue