mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
refactor(fab): combine boolean position attributes to string props
fixes #13596
This commit is contained in:
4
packages/core/src/components.d.ts
vendored
4
packages/core/src/components.d.ts
vendored
@ -937,7 +937,9 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonFabAttributes extends HTMLAttributes {
|
||||
|
||||
edge?: boolean;
|
||||
horizontal?: 'left' | 'right' | 'center' | 'start' | 'end';
|
||||
vertical?: 'top' | 'center' | 'bottom';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user