mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(fab): add side as a property for fab list
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -908,6 +908,7 @@ declare global {
|
||||
namespace JSXElements {
|
||||
export interface IonFabListAttributes extends HTMLAttributes {
|
||||
activated?: boolean;
|
||||
side?: 'left' | 'right' | 'top' | 'bottom';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user