Skip to content

Commit 3dde583

Browse files
committed
fx(snackbar): typings fix
1 parent 130f64b commit 3dde583

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/snackbar/snackbar.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ export interface SnackBarOptions {
8383
* optional View to attach the snack to
8484
*/
8585
view?: View;
86+
/**
87+
* The view you want to "anchor the snack above".
88+
* The snackbar will appear above that view
89+
*/
90+
anchorView?: View;
8691
}
8792

8893
export enum DismissReasons {

0 commit comments

Comments
 (0)