mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(input): revert previous type change
This reverts commit 3a562282909fddf8cfa65199f9154504f3da0f3a.
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 | number | null;
|
||||
'value'?: string | null;
|
||||
}
|
||||
interface IonItem {
|
||||
/**
|
||||
@ -4576,7 +4576,7 @@ declare namespace LocalJSX {
|
||||
/**
|
||||
* The value of the input.
|
||||
*/
|
||||
'value'?: string | number | null;
|
||||
'value'?: string | null;
|
||||
}
|
||||
interface IonItem {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user