@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 459 B
TypeScript
import { ElementType, HTMLHopeProps } from "../types";
export declare type DrawerOverlayProps<C extends ElementType = "div"> = HTMLHopeProps<C>;
/**
* DrawerOverlay renders a backdrop behind the drawer.
*/
export declare function DrawerOverlay<C extends ElementType = "div">(props: DrawerOverlayProps<C>): import("solid-js").JSX.Element;
export declare namespace DrawerOverlay {
var toString: () => string;
}
//# sourceMappingURL=drawer-overlay.d.ts.map