This class is exported under a different name. The exported name is "ExportedClassName"
export {NotExportedClassName as ExportedClassName};
This is the constructor of the NotExportedClassName class.
Property of NotExportedClassName class.
Method of NotExportedClassName class.
Generated using TypeDoc
This class is exported under a different name. The exported name is "ExportedClassName"