UNPKG

gather-content-ui

Version:
7 lines 316 B
import type { HTMLAttributes } from "react"; interface Props extends HTMLAttributes<HTMLDivElement> { showBody?: boolean; } declare function SearchBody({ showBody, className, children, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export default SearchBody; //# sourceMappingURL=SearchBody.d.ts.map