@tempots/ui

HrefOrAnchorOptions type

Represents either a string value (or Signal of string) for the href, or a full AnchorOptions object.

This type is used as the first parameter of the Anchor function, allowing for flexible configuration of anchor elements.

Signature:

export type HrefOrAnchorOptions = Value<string> | AnchorOptions;

References: AnchorOptions