UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

8 lines (6 loc) 209 B
import { OrchestratorConfig } from '@/types'; export const useOrchestratorConfig = ( initialOrchestratorConfig: OrchestratorConfig, ) => { return { orchestratorConfig: initialOrchestratorConfig }; };