UNPKG
@swc-react/alert-dialog
Version:
latest (1.12.1)
next (1.12.1-next.20260519115149)
nightly (1.9.1-nightly.20251101120150)
snaphot-test (1.12.0-snaphot-test.20260223152537)
snapshot (1.12.0-snapshot.20260422090428)
snapshot-test (1.12.1-snapshot-test.20260513115335)
testing (1.12.0-testing.20260223092154)
testingReact (0.0.0-20241211115453)
2.0.0-snapshot-test.20260512105059
2.0.0-next.20260512072922
1.12.1
1.12.1-snapshot-test.20260513115335
1.12.1-next.20260519115149
1.12.0
1.12.0-testing.20260223092154
1.12.0-snapshot-test.20260430101048
1.12.0-snapshot-test.20260310163946
1.12.0-snapshot-test.20260226153342
1.12.0-snapshot-test.20260224153411
1.12.0-snapshot-test.20260224105313
1.12.0-snapshot.20260422090428
1.12.0-snaphot-test.20260223152537
1.12.0-next.20260512154920
1.12.0-next.20260429091201
1.12.0-next.20260408154919
1.12.0-next.20260223103045
1.12.0-next.20260218162159
1.12.0-next.20260216160808
1.12.0-next.20260216143330
1.12.0-next.20260216110437
1.11.3-snapshot-test.20260210132346
1.11.3-next.20260216104008
1.11.3-next.20260216102310
1.11.2
1.11.1
1.11.1-snapshot.20260128213745
1.11.0
1.11.0-snapshot-test.20260129145631
1.11.0-snapshot.20251106102702
1.10.0
1.9.1
1.9.1-nightly.20251101120150
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.0.3
1.0.1
1.0.0
0.49.0
0.48.1
0.48.0
0.47.2
0.47.1
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.5
0.42.4
0.42.3
0.42.2
0.42.1
0.42.0
0.41.2
0.41.1
0.41.0
0.40.5
0.40.4
0.40.3
0.40.2
0.40.1
0.40.0
0.39.4
0.39.3
0.39.2
0.39.1
0.39.0
0.0.0-20250211061642
0.0.0-20250210092211
0.0.0-20250210081721
0.0.0-20250210080630
0.0.0-20241211115453
0.0.0-20241211071818
React and Next.js wrapper of the @spectrum-web-components/alert-dialog component
@swc-react/alert-dialog
/
next.js
3 lines
(2 loc)
•
155 B
JavaScript
View Raw
1
2
3
"use strict"
;
import
r
from
"next/dynamic"
;
export
const
AlertDialog
=
r
(
()=>
import
(
"."
).
then
(
(
{AlertDialog:o}
)=>
o),{
ssr
:!
1
});
//# sourceMappingURL=next.js.map