API Reference / @gtkx/components / Fixed
Variable: Fixed
constFixed: (props) =>ReactNode&object
Defined in: fixed.d.ts:23
Renders a Gtk.Fixed container whose children are placed at explicit positions via Fixed.Child.
Type Declaration
Child
Child: <
C>(props) =>ReactNode
Type Parameters
C
C extends ElementType
Parameters
props
Returns
ReactNode