UNPKG

@codesandbox/api

Version:
5 lines 860 B
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "preact/jsx-runtime"; export function ModalWrapper({ children }) { return (_jsxs(_Fragment, { children: [_jsx("div", { class: "csb-api-overlay", id: "csb-api-overlay" }), _jsx("div", { class: "csb-api-modal", children: _jsx("div", { class: "csb-api-gDXMLZ csb-api-iKKeUp", children: _jsx("div", { class: "csb-api-gDXMLZ csb-api-bLQEZt", children: _jsxs("section", { class: "csb-api-gDXMLZ csb-api-iZHgQj csb-api-grTfzN", children: [_jsx("svg", { fill: "none", height: "48", viewBox: "0 0 16 16", width: "48", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { "clip-rule": "evenodd", d: "M2 2L14 2V14H2V2ZM12.7727 3.22727V12.7727H3.22727V3.22727H12.7727Z", fill: "currentColor", "fill-rule": "evenodd" }) }), children] }) }) }) })] })); } //# sourceMappingURL=ModalWrapper.js.map