UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

14 lines (13 loc) 341 B
import { EventArgs, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class SelectedValueChangedEventArgs extends EventArgs { static $t: Type; private _oldValue; get oldValue(): Date; set oldValue(a: Date); private _newValue; get newValue(): Date; set newValue(a: Date); }