Skip to content

Commit b328017

Browse files
authored
Fix module-class.d.ts incorrect export as namespace syntax (#3302)
1 parent 0e6f3a0 commit b328017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/declaration-files/templates/module-class.d.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To handle both importing via UMD and modules:
5050
*~ loaded outside a module loader environment, declare that global here.
5151
*~ Otherwise, delete this declaration.
5252
*/
53-
export as namespace "super-greeter";
53+
export as namespace myClassLib;
5454

5555
/*~ This declaration specifies that the class constructor function
5656
*~ is the exported object from the file

0 commit comments

Comments
 (0)