fix(input): revert previous type change

This reverts commit 3a562282909fddf8cfa65199f9154504f3da0f3a.
This commit is contained in:
Liam DeBeasi
2020-01-24 16:03:03 -05:00
committed by GitHub
parent 1bfc1c0393
commit db1fd1d72a
4 changed files with 7 additions and 8 deletions

View File

@ -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 {
/**