Skip to content

API Reference / @gtkx/codegen / ModuleExport

Type Alias: ModuleExport

ModuleExport = object

Defined in: react/dist/reconciler/registry.d.ts:63

A named export in a module, referenced as plain data (the module is never imported at runtime).

Properties

export

export: string

Defined in: react/dist/reconciler/registry.d.ts:67

Identifier the module exports it under.


module

module: string

Defined in: react/dist/reconciler/registry.d.ts:65

Specifier the export is imported from.

Released under the MPL-2.0 License.