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