Skip to content

API Reference / @gtkx/react / config / Props

Type Alias: Props

Props = Record<string, unknown>

Defined in: reconciler/registry.d.ts:3

The props of a host element or node, as React passes them through the reconciler.

Released under the MPL-2.0 License.