mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update slick.headerbuttons.d.ts
This commit is contained in:
Vendored
+10
-3
@@ -1,6 +1,13 @@
|
||||
// Type definitions for SlickGrid HeaderButtons Plugin 2.1.0
|
||||
// Project: https://github.com/mleibman/SlickGrid
|
||||
// Definitions by: Derek Cicerone <https://github.com/derekcicerone/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="SlickGrid.d.ts" />
|
||||
|
||||
declare module Slick {
|
||||
|
||||
export interface Column<T extends Slick.SlickData> {
|
||||
export interface Column<T extends SlickData> {
|
||||
header: Header;
|
||||
}
|
||||
|
||||
@@ -19,9 +26,9 @@ declare module Slick {
|
||||
|
||||
export module Plugins {
|
||||
|
||||
export class HeaderButtons<T extends Slick.SlickData> extends Plugin<T> {
|
||||
export class HeaderButtons<T extends SlickData> extends Plugin<T> {
|
||||
constructor();
|
||||
public onCommand: Slick.Event<any>;
|
||||
public onCommand: Event<any>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user