Update dat gui for v0.6.5 (#16900)

* Updated dat-gui for v0.6.5

* minor style change

* Updated version syntax

* - Re-ordered definintions by: to be before defintions:
This commit is contained in:
Richard Roylance
2017-06-01 11:35:49 -07:00
committed by Andy
parent 815edee04f
commit ad3cd3d434
+4 -2
View File
@@ -1,7 +1,8 @@
// Type definitions for dat.GUI v0.6.1
// Type definitions for dat.GUI 0.6
// Project: https://github.com/dataarts/dat.gui
// Definitions by: Satoru Kimura <https://github.com/gyohk>, ZongJing Lu <https://github.com/sonic3d>
// Definitions by: Satoru Kimura <https://github.com/gyohk>, ZongJing Lu <https://github.com/sonic3d>, Richard Roylance <https://github.com/rroylance>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace dat;
export class GUI {
@@ -57,6 +58,7 @@ export class GUI {
export interface GUIParams{
autoPlace?: boolean;
closed?: boolean;
closeOnTop?: boolean;
load?: any;
name?: string;
preset?: string;