Skip to content

API Reference / @gtkx/codegen / OmittedProps

Type Alias: OmittedProps

OmittedProps = Record<string, string[]>

Defined in: codegen/dist/store/jsx/omitted-props.d.ts:2

Props left out of the generated element props, keyed by GLib type name.

Released under the MPL-2.0 License.