Skip to content

Commit 5356aa2

Browse files
committed
refactor: resolve conflicts
1 parent e0854a8 commit 5356aa2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

goldens/material/button/index.api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ export type MatFabAnchor = MatFabButton;
6666

6767
// @public
6868
export class MatFabButton extends MatButtonBase {
69+
<<<<<<< Updated upstream
6970
constructor(...args: unknown[]);
71+
=======
72+
constructor();
73+
>>>>>>> Stashed changes
7074
expanded: boolean;
7175
// (undocumented)
7276
extended: boolean;

src/material/button/fab.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export class MatFabButton extends MatButtonBase {
7777
/** Whether the extended-FAB is currently expanded. Has no effect on non-extended FABs. */
7878
@Input({transform: booleanAttribute}) expanded: boolean = true;
7979

80-
constructor(...args: unknown[]);
81-
8280
constructor() {
8381
super();
8482
this._options = this._options || defaults;

0 commit comments

Comments
 (0)