igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
13 lines (12 loc) • 354 B
TypeScript
import { Base, Type } from "./type";
import { DescriptionRefValueChangedEventArgs } from "./DescriptionRefValueChangedEventArgs";
/**
* @hidden
*/
export declare class RefValueChangedTarget extends Base {
static $t: Type;
c: any;
d: string;
a: (sender: any, args: DescriptionRefValueChangedEventArgs) => void;
b: any;
}