Skip to content

API Reference / @gtkx/components / index / ChildProps

Type Alias: ChildProps<C>

ChildProps<C> = object & ComponentPropsWithRef<C>

Defined in: types.d.ts:5

Props of a container's Child component: the widget to render and its own props.

Type Declaration

component

component: C

Type Parameters

C

C extends ElementType

Released under the MPL-2.0 License.