mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
|
|
export interface VirtualContext {
|
|
$implicit: any;
|
|
index: number;
|
|
}
|