mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1037,7 +1037,7 @@ export namespace Components {
|
||||
/**
|
||||
* The value of the input.
|
||||
*/
|
||||
'value'?: string | null;
|
||||
'value'?: string | number | null;
|
||||
}
|
||||
interface IonItem {
|
||||
/**
|
||||
@ -4576,7 +4576,7 @@ declare namespace LocalJSX {
|
||||
/**
|
||||
* The value of the input.
|
||||
*/
|
||||
'value'?: string | null;
|
||||
'value'?: string | number | null;
|
||||
}
|
||||
interface IonItem {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user