@wolkabout/commons 0.0.60 → 0.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -911,7 +911,7 @@ declare class LabeledValueComponent {
|
|
|
911
911
|
}
|
|
912
912
|
|
|
913
913
|
declare class IconComponent {
|
|
914
|
-
icon: _angular_core.InputSignal<string | number |
|
|
914
|
+
icon: _angular_core.InputSignal<string | number | SvgIcon | LoadedIcon>;
|
|
915
915
|
isAsyncIcon(): LoadedIcon | null;
|
|
916
916
|
isSvgIcon(): SvgIcon | null;
|
|
917
917
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<IconComponent, never>;
|