TAMS Club Calendar Frontend Documentation
    Preparing search index...
    LinkProps: {
        activeClassName?: string;
        as?: NextLinkProps["as"];
        href: NextLinkProps["href"];
        linkAs?: NextLinkProps["as"];
        noLinkStyle?: boolean;
    } & Omit<NextLinkComposedProps, "to" | "linkAs" | "href"> & Omit<
        MuiLinkProps,
        "href",
    >