API Reference / @gtkx/components / Overlay
Variable: Overlay
constOverlay: (props) =>ReactNode&object
Defined in: overlay.d.ts:21
Renders a Gtk.Overlay: a main child with one or more widgets stacked on top, declared via Overlay.Child. Non-Child children form the main content.
Type Declaration
Child
Child: <
C>(props) =>ReactNode
Type Parameters
C
C extends ElementType
Parameters
props
Returns
ReactNode