import { ClassName, LinkTag } from "@helpers/types"; export interface AnchorProps extends ClassName { LinkTag?: LinkTag | "a"; decoration?: "none" | "bottom" | "left"; href: string; role?: string; }