UNPKG

@lobehub/ui

Version:

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

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