@vaadin/vaadin-themable-mixin
Advanced tools
Comparing version 23.1.2 to 23.1.3
{ | ||
"name": "@vaadin/vaadin-themable-mixin", | ||
"version": "23.1.2", | ||
"version": "23.1.3", | ||
"publishConfig": { | ||
@@ -43,3 +43,3 @@ "access": "public" | ||
}, | ||
"gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56" | ||
"gitHead": "3066c296ad0ef652bc49417005523398199f1bf2" | ||
} |
@@ -15,3 +15,3 @@ /** | ||
base: T, | ||
): T & Constructor<ThemableMixinClass> & Constructor<ThemePropertyMixinClass>; | ||
): Constructor<ThemableMixinClass> & Constructor<ThemePropertyMixinClass> & T; | ||
@@ -34,3 +34,3 @@ export declare class ThemableMixinClass { | ||
moduleId?: string; | ||
include?: string | string[]; | ||
include?: string[] | string; | ||
}; | ||
@@ -37,0 +37,0 @@ |
@@ -10,3 +10,3 @@ /** | ||
base: T, | ||
): T & Constructor<ThemePropertyMixinClass>; | ||
): Constructor<ThemePropertyMixinClass> & T; | ||
@@ -13,0 +13,0 @@ export declare class ThemePropertyMixinClass { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package