MotionScript

@motion-script/core


@motion-script/core / PropInput

Type Alias: PropInput<T>

PropInput<T> = T | (() => T)

Defined in: attributes/properties/inputs.ts:8

Internal

A single prop input: a constant value or a reactive callback producing it.

Type Parameters

T

T