[@types/bootstrap] allow call affix command

Allow call affix command like 'checkPosition'

http://getbootstrap.com/javascript/#affix-checkposition
This commit is contained in:
Jónatan Núñez
2017-07-10 17:17:13 +02:00
committed by GitHub
parent fc73cdd92b
commit eadb478a2e

View File

@@ -119,6 +119,7 @@ interface JQuery {
typeahead(options?: TypeaheadOptions): JQuery;
affix(options?: AffixOptions): JQuery;
affix(command: string): JQuery;
emulateTransitionEnd(duration: number): JQuery;
}