UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

8 lines (5 loc) 200 B
import { useContext } from 'react'; import { ContentContext } from '../components/WfoPageTemplate'; export const useContentRef = () => ({ contentRef: useContext(ContentContext)?.contentRef, });