import { useEmbeddedReveal } from "@dynamic-labs/sdk-react-core"; const { initExportProcess } = useEmbeddedReveal(); <button onClick={() => initExportProcess()}></button>;
Was this page helpful?