DefinitelyTyped/bootstrap-table/bootstrap-table.d.ts
Talat Baig 4c76db9b47 Create bootstrap-table.d.ts (#11812)
* Create bootstrap-table.d.ts

* Update bootstrap-table.d.ts

* Update bootstrap-table.d.ts

* Update bootstrap-table.d.ts
2016-10-07 13:00:20 -07:00

13 lines
386 B
TypeScript

// Type definitions for Bootstrap Table v1.11.0
// Project: http://bootstrap-table.wenzhixin.net.cn/
// Definitions by: Talat Baig <https://github.com/talatbaig/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
interface JQuery {
bootstrapTable(options?: any): JQuery;
}
declare var bootstrapTable: JQueryStatic;