UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

6 lines (5 loc) 220 B
import type { PropsWithChildren } from "react"; export type PluginWrapper = PropsWithChildren<{ name: string; }>; export declare function PluginWrapper(props: PluginWrapper): import("react/jsx-runtime").JSX.Element;