UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

4 lines (3 loc) 229 B
import type { HTMLAttributes } from "react"; export type PageWrapper = HTMLAttributes<HTMLDivElement>; export declare function PageWrapper({ children, className, ...props }: PageWrapper): import("react/jsx-runtime").JSX.Element;