mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
// Type definitions for dat.GUI v0.5
|
||||
// Project: https://github.com/dataarts/dat.gui
|
||||
// Definitions by: Satoru Kimura <https://github.com/gyohk>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module dat {
|
||||
declare namespace dat {
|
||||
export class GUI {
|
||||
constructor(option?: GUIParams);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user