@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 446 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type ModalHeaderProps<C extends ElementType = "header"> = HTMLHopeProps<C>;
/**
* ModalHeader houses the title of the modal.
*/
export declare function ModalHeader<C extends ElementType = "header">(props: ModalHeaderProps<C>): import("solid-js").JSX.Element;
export declare namespace ModalHeader {
var toString: () => string;
}
//# sourceMappingURL=modal-header.d.ts.map