mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
docs(fab-list): update the activated description (#18026)
This commit is contained in:

committed by
Brandy Carney

parent
8097f578f4
commit
8d59d44431
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1416,7 +1416,7 @@ export namespace Components {
|
||||
|
||||
interface IonFabList {
|
||||
/**
|
||||
* If `true`, the fab list will be show all fab buttons in the list.
|
||||
* If `true`, the fab list will show all fab buttons in the list.
|
||||
*/
|
||||
'activated': boolean;
|
||||
/**
|
||||
@ -1426,7 +1426,7 @@ export namespace Components {
|
||||
}
|
||||
interface IonFabListAttributes extends StencilHTMLAttributes {
|
||||
/**
|
||||
* If `true`, the fab list will be show all fab buttons in the list.
|
||||
* If `true`, the fab list will show all fab buttons in the list.
|
||||
*/
|
||||
'activated'?: boolean;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user