Skip to content

API Reference / @gtkx/components / FixedChildProps

Type Alias: FixedChildProps<C>

FixedChildProps<C> = ChildProps<C, FixedPlacementProps>

Defined in: fixed.d.ts:18

Positions a single child inside a Fixed at coordinates x and y, or by an explicit transform.

Type Parameters

C

C extends ElementType

Released under the MPL-2.0 License.