UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 215 B
/// <reference types="react" /> import type { SearchResultCardProps } from '../../type'; declare const SearchResultCard: import("react").NamedExoticComponent<SearchResultCardProps>; export default SearchResultCard;