diff --git a/types/dat.gui/index.d.ts b/types/dat.gui/index.d.ts index dd80f6b95c..8dc149f717 100644 --- a/types/dat.gui/index.d.ts +++ b/types/dat.gui/index.d.ts @@ -1,6 +1,6 @@ -// Type definitions for dat.GUI 0.7.3 +// Type definitions for dat.GUI 0.7 // Project: https://github.com/dataarts/dat.gui -// Definitions by: Satoru Kimura , ZongJing Lu , Richard Roylance , Nahuel Scotti +// Definitions by: Satoru Kimura , ZongJing Lu , Richard Roylance , Nahuel Scotti , Teoxoy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export as namespace dat; @@ -45,6 +45,20 @@ export interface GUIParams { } export class GUI { + static CLASS_AUTO_PLACE: string + static CLASS_AUTO_PLACE_CONTAINER: string + static CLASS_MAIN: string + static CLASS_CONTROLLER_ROW: string + static CLASS_TOO_TALL: string + static CLASS_CLOSED: string + static CLASS_CLOSE_BUTTON: string + static CLASS_CLOSE_TOP: string + static CLASS_CLOSE_BOTTOM: string + static CLASS_DRAG: string + static DEFAULT_WIDTH: number + static TEXT_CLOSED: string + static TEXT_OPEN: string + constructor(option?: GUIParams); __controllers: GUIController[]; diff --git a/types/dat.gui/tslint.json b/types/dat.gui/tslint.json index 3d59f55fda..4097220f43 100644 --- a/types/dat.gui/tslint.json +++ b/types/dat.gui/tslint.json @@ -7,7 +7,6 @@ "ban-types": false, "callable-types": false, "comment-format": false, - "dt-header": false, "npm-naming": false, "eofline": false, "export-just-namespace": false,