mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
5
core/src/components.d.ts
vendored
5
core/src/components.d.ts
vendored
@ -41,6 +41,7 @@ import {
|
||||
PickerOptions,
|
||||
PopoverOptions,
|
||||
RangeInputChangeEvent,
|
||||
RangeValue,
|
||||
RouteID,
|
||||
RouterDirection,
|
||||
RouterEventDetail,
|
||||
@ -1798,7 +1799,7 @@ declare global {
|
||||
/**
|
||||
* the value of the range.
|
||||
*/
|
||||
'value': any;
|
||||
'value': RangeValue;
|
||||
}
|
||||
|
||||
interface IonRefresherContent {
|
||||
@ -5356,7 +5357,7 @@ declare global {
|
||||
/**
|
||||
* the value of the range.
|
||||
*/
|
||||
'value'?: any;
|
||||
'value'?: RangeValue;
|
||||
}
|
||||
|
||||
export interface IonRefresherContentAttributes extends HTMLAttributes {
|
||||
|
Reference in New Issue
Block a user