Skip to content

API Reference / @gtkx/components / Fixed

Variable: Fixed

const Fixed: (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

FixedChildProps<C>

Returns

ReactNode

Released under the MPL-2.0 License.