UNPKG

@swc-react/action-button

Version:

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

7 lines (6 loc) 231 B
"use strict"; import dynamic from "next/dynamic"; export const ActionButton = dynamic(() => import("./index.dev.js").then(({ ActionButton: ActionButton2 }) => ActionButton2), { ssr: false }); //# sourceMappingURL=next.dev.js.map