gather-content-ui
Version:
GatherContent UI Library
7 lines • 316 B
TypeScript
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