@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 ModalOverlayProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
/**
* ModalOverlay renders a backdrop behind the modal.
*/
export declare function ModalOverlay<C extends ElementType = "div">(props: ModalOverlayProps<C>): import("solid-js").JSX.Element;
export declare namespace ModalOverlay {
var toString: () => string;
}
//# sourceMappingURL=modal-overlay.d.ts.map