interface AnimatedSignal<TVal, TOpt extends AnimationOptions> {
    "[SIGNAL]": unknown;
    setOptions(
        options: Partial<AnimationOptionsWithInterpolator<TVal, TOpt>>,
    ): void;
    (): TVal;
}

Type Parameters

Hierarchy (View Summary)

Methods

Properties

Methods

Properties

"[SIGNAL]": unknown