mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(fab-button): improve ripple effect behavior on click (#25413)
resolves #21772
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user