UNPKG

eldav1d-marvel-ui

Version:

UI library for (and from) Playing with Marvel API

7 lines (6 loc) 271 B
import { jsx as l } from "react/jsx-runtime"; const o = ({ testId: a = "dialog-overlay", ...e }) => l("div", { className: "absolute top-0 left-0 h-screen w-full bg-black/50", "data-testid": a, ...e }); export { o as default }; //# sourceMappingURL=DialogOverlay.js.map