fix(infinite-scroll): disabled

This commit is contained in:
Manu Mtz.-Almeida
2018-01-25 16:49:20 +01:00
parent 15e067a72f
commit 3e57f23ea0
2 changed files with 4 additions and 5 deletions

View File

@ -1331,7 +1331,6 @@ declare global {
color?: string;
href?: string;
mode?: 'ios' | 'md';
onclick?: (this: HTMLElement, ev: MouseEvent) => any;
}
}
}