fix(fab-button): improve ripple effect behavior on click (#25413)

resolves #21772
This commit is contained in:
Liam DeBeasi
2022-06-08 13:28:20 -04:00
committed by GitHub
parent 72580a22e9
commit efdaf90c5a
3 changed files with 28 additions and 7 deletions

View File

@ -847,6 +847,10 @@ export namespace Components {
* Where to align the fab horizontally in the viewport.
*/
"horizontal"?: 'start' | 'end' | 'center';
/**
* Opens/Closes the FAB list container.
*/
"toggle": () => Promise<void>;
/**
* Where to align the fab vertically in the viewport.
*/