function createRTToolGroupAndAddTools(ToolGroupService, customizationService, toolGroupId) { const tools = customizationService.getCustomization('cornerstone.overlayViewportTools'); return ToolGroupService.createToolGroupAndAddTools(toolGroupId, tools); } export default createRTToolGroupAndAddTools;