UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 265 B
import { SearchBarProps } from "./type.mjs"; import * as react57 from "react"; //#region src/SearchBar/SearchBar.d.ts declare const SearchBar: react57.NamedExoticComponent<SearchBarProps>; //#endregion export { SearchBar }; //# sourceMappingURL=SearchBar.d.mts.map