UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

4 lines (3 loc) 227 B
import type { ImgHTMLAttributes } from "react"; export type Logo = Omit<ImgHTMLAttributes<HTMLImageElement>, "src" | "alt">; export declare function Logo({ className, ...props }: Logo): import("react/jsx-runtime").JSX.Element;