UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

11 lines (10 loc) 240 B
import type { JSONObject } from "hono/utils/types"; export type PluginType = Record<string, { label: string; icon?: string; import: string | { module: string; component: string; }; props: JSONObject; }>;