@tempots/ui
HandleAnchorClickOptions type
Options for handling anchor click events.
Signature:
export type HandleAnchorClickOptions = Merge<{
ignoreUrlWithExtension?: true;
allowedExtensions?: string[];
} | {
ignoreUrlWithExtension: false;
}, {
ignoreExternalUrl?: boolean;
}>;