UNPKG

mframejs

Version:
7 lines (6 loc) 170 B
export interface IBindingContext { $context: any; $overrideContext?: IBindingContext | null | undefined; $event?: any; __bindingContext: boolean; }