@ziadshalaby/ngx-zs-component 3.0.7 → 3.0.9
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/index.d.ts
CHANGED
|
@@ -338,7 +338,7 @@ declare class Button {
|
|
|
338
338
|
readonly size: _angular_core.InputSignal<BtnSizeType>;
|
|
339
339
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
340
340
|
readonly icon: _angular_core.InputSignal<string | null>;
|
|
341
|
-
readonly type: _angular_core.InputSignal<"
|
|
341
|
+
readonly type: _angular_core.InputSignal<"reset" | "submit" | "button">;
|
|
342
342
|
readonly clickedEv: _angular_core.OutputEmitterRef<Event>;
|
|
343
343
|
readonly solidTextColor: _angular_core.Signal<string>;
|
|
344
344
|
readonly baseClasses: _angular_core.Signal<string>;
|