API Reference / @gtkx/react / config / ModuleExport
Type Alias: ModuleExport
ModuleExport =
object
Defined in: 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: reconciler/registry.d.ts:67
Identifier the module exports it under.
module
module:
string
Defined in: reconciler/registry.d.ts:65
Specifier the export is imported from.