mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
8
core/src/components.d.ts
vendored
8
core/src/components.d.ts
vendored
@ -2983,6 +2983,10 @@ export namespace Components {
|
||||
* If `true`, the user cannot interact with the toggle.
|
||||
*/
|
||||
"disabled": boolean;
|
||||
/**
|
||||
* Enables the on/off accessibility switch labels within the toggle.
|
||||
*/
|
||||
"enableOnOffLabels": boolean | undefined;
|
||||
/**
|
||||
* The mode determines which platform styles to use.
|
||||
*/
|
||||
@ -6935,6 +6939,10 @@ declare namespace LocalJSX {
|
||||
* If `true`, the user cannot interact with the toggle.
|
||||
*/
|
||||
"disabled"?: boolean;
|
||||
/**
|
||||
* Enables the on/off accessibility switch labels within the toggle.
|
||||
*/
|
||||
"enableOnOffLabels"?: boolean | undefined;
|
||||
/**
|
||||
* The mode determines which platform styles to use.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user