DefinitelyTyped/types/bootstrap-table/index.d.ts
Leonard Thieu 1c3565933c :(
2017-06-13 13:00:42 -04:00

14 lines
399 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
// TypeScript Version: 2.3
/// <reference types="jquery" />
interface JQuery {
bootstrapTable(options?: any): JQuery;
}
declare var bootstrapTable: JQueryStatic;