Skip to content

Commit d159800

Browse files
committed
chore: expanded prop declaration
1 parent 76f7d73 commit d159800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/floatingactionbutton/floatingactionbutton-common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export abstract class FloatingActionButtonBase extends Button {
4040
public src: string | ImageSource;
4141
public isLoading: boolean;
4242
public size: 'mini' | 'auto' | 'normal';
43+
public expanded: boolean;
4344

4445
/**
4546
* @internal //copied from image common

0 commit comments

Comments
 (0)