UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

10 lines (9 loc) 567 B
import { type HTMLAttributes } from "react"; export type PageHeader = HTMLAttributes<HTMLElement>; export declare const PageHeader: import("react").ForwardRefExoticComponent<PageHeader & import("react").RefAttributes<HTMLElement>>; export type PageTitle = HTMLAttributes<HTMLHeadingElement> & { as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; }; export declare const PageTitle: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & { as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; } & import("react").RefAttributes<HTMLHeadingElement>>;