import type { TSearchResultItem } from "@/types/docs.type"; import { nanoid } from "nanoid"; import Link from "next/link"; export const SearchResultList = (props: { searchResult: TSearchResultItem[]; }) => { return (
{"For search efficiency, only the first 20 results are displayed."}