@m1z23r/ngx-ui 1.1.40 → 1.1.41
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 +1 -1
- package/types/m1z23r-ngx-ui.d.ts +1 -1
package/package.json
CHANGED
package/types/m1z23r-ngx-ui.d.ts
CHANGED
|
@@ -659,7 +659,7 @@ declare class ButtonComponent implements Loadable {
|
|
|
659
659
|
readonly variant: _angular_core.InputSignal<ButtonVariant>;
|
|
660
660
|
readonly color: _angular_core.InputSignal<ButtonColor>;
|
|
661
661
|
readonly size: _angular_core.InputSignal<ButtonSize>;
|
|
662
|
-
readonly type: _angular_core.InputSignal<"
|
|
662
|
+
readonly type: _angular_core.InputSignal<"reset" | "submit" | "button">;
|
|
663
663
|
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
664
664
|
readonly loading: _angular_core.InputSignal<boolean>;
|
|
665
665
|
readonly clicked: _angular_core.OutputEmitterRef<MouseEvent>;
|