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