Skip to content

Commit 0813425

Browse files
committed
chore: run build
1 parent e986a35 commit 0813425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3873,7 +3873,7 @@ export namespace Components {
38733873
*/
38743874
"description"?: string;
38753875
/**
3876-
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
3876+
* If `true`, the user cannot interact with the select option.
38773877
* @default false
38783878
*/
38793879
"disabled": boolean;
@@ -10037,7 +10037,7 @@ declare namespace LocalJSX {
1003710037
*/
1003810038
"description"?: string;
1003910039
/**
10040-
* If `true`, the user cannot interact with the select option. This property does not apply when `interface="action-sheet"` as `ion-action-sheet` does not allow for disabled buttons.
10040+
* If `true`, the user cannot interact with the select option.
1004110041
* @default false
1004210042
*/
1004310043
"disabled"?: boolean;

0 commit comments

Comments
 (0)