fix(.d.ts): correct ComponentAnnotation inheritance

Closes #2356
This commit is contained in:
Misko Hevery
2015-07-03 10:53:07 +02:00
committed by Alex Eagle
parent 0052c6b120
commit 12a427e158
3 changed files with 3 additions and 9 deletions

View File

@ -9,7 +9,6 @@
interface List<T> extends Array<T> {}
interface Map<K,V> {}
interface StringMap<K,V> extends Map<K,V> {}
declare type Type = ng.Type;
declare module ng {
type SetterFn = typeof Function;