Skip to content

API Reference / @gtkx/components / OverlayChildProps

Type Alias: OverlayChildProps<C>

OverlayChildProps<C> = ChildProps<C, OverlayPlacementProps>

Defined in: overlay.d.ts:16

Adds a single widget as an overlay on top of an Overlay's main child.

Type Parameters

C

C extends ElementType

Released under the MPL-2.0 License.