UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

10 lines 435 B
import { ElementType, HTMLHopeProps } from "../types"; export declare type ModalBodyProps<C extends ElementType = "div"> = HTMLHopeProps<C>; /** * ModalBody houses the main content of the modal. */ export declare function ModalBody<C extends ElementType = "div">(props: ModalBodyProps<C>): import("solid-js").JSX.Element; export declare namespace ModalBody { var toString: () => string; } //# sourceMappingURL=modal-body.d.ts.map