Skip to content

API Reference / @gtkx/react / ElementProp

Type Alias: ElementProp

ElementProp = z.infer<typeof elementPropSchema>

Defined in: config/dist/element-props.d.ts:177

A single entry in an element's prop mapping, discriminated by kind: a container, value, controlled-text, lazy, or list rule.

Released under the MPL-2.0 License.