Skip to content

API Reference / @gtkx/codegen / ElementProps

Type Alias: ElementProps

ElementProps = Record<string, { export: string; module: string; }>

Defined in: codegen/dist/store/jsx/element-prop-imports.d.ts:7

Base props interface each element extends, keyed by GLib type name (the module exports it).

Released under the MPL-2.0 License.