UNPKG

@swc-react/switch

Version:

React and Next.js wrapper of the @spectrum-web-components/switch component

5 lines (4 loc) 205 B
"use strict"; import dynamic from "next/dynamic"; export const Switch = dynamic(() => import("./index.dev.js").then(({ Switch: Switch2 }) => Switch2), { ssr: false }); //# sourceMappingURL=next.dev.js.map