UNPKG
@spark-ui/components
Version:
latest (10.2.9)
10.2.9
10.2.8
10.2.7
10.2.6
10.2.5
10.2.4
10.2.3
10.2.1
10.2.0
10.1.1
10.1.0
10.0.13
10.0.12
10.0.11
10.0.10
10.0.9
10.0.8
10.0.7
10.0.6
10.0.5
10.0.4
10.0.3
10.0.2
10.0.1
10.0.0
Spark (Leboncoin design system) components.
sparkui.vercel.app
leboncoin/spark-web
@spark-ui/components
/
dist
/
portal
/
index.mjs
10 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// src/portal/Portal.tsx
import
{
Portal
as
RadixPortal
}
from
"radix-ui"
;
import
{ jsx }
from
"react/jsx-runtime"
;
var
Portal
= (
props
) => {
return
/* @__PURE__ */
jsx
(
RadixPortal
.
Portal
, { ...props }); };
export
{
Portal
};
//# sourceMappingURL=index.mjs.map