@tempots/ui
AnchorOptions type
Options for configuring an anchor element.
Signature:
export type AnchorOptions = Merge<{
href: Value<string>;
}, HandleAnchorClickOptions>;
References: HandleAnchorClickOptions
Options for configuring an anchor element.
Signature:
export type AnchorOptions = Merge<{
href: Value<string>;
}, HandleAnchorClickOptions>;
References: HandleAnchorClickOptions