UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

9 lines (8 loc) 249 B
/// <reference types="react" /> interface SearchResultCardProps { alt?: string; title?: string; url: string; } declare const SearchResultCard: import("react").NamedExoticComponent<SearchResultCardProps>; export default SearchResultCard;