UNPKG

mframejs

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