UNPKG

75 BTypeScriptView Raw
1export interface VirtualContext {
2 $implicit: any;
3 index: number;
4}