mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added/fixed headers a-d
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
+6
-1
@@ -1,3 +1,8 @@
|
||||
// Type definitions for bootstrap.paginator
|
||||
// Project: https://github.com/lyonlai/bootstrap-paginator
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
interface PaginatorOptions{
|
||||
@@ -20,4 +25,4 @@ interface PaginatorOptions{
|
||||
interface JQuery {
|
||||
bootstrapPaginator(): JQuery;
|
||||
bootstrapPaginator(options: PaginatorOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user