UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (11 loc) 484 B
/// <reference types="react" /> import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; /** @internal */ export interface IGroupEmployeeInfoProps { className?: string; responsibleEmployees?: GenModels.TaskGroupSelectedPerformer[]; otherEmployees?: GenModels.TaskGroupSelectedPerformer[]; executionType: GenModels.ExecutionType; } /** @internal */ export declare function GroupEmployeeInfo(props: IGroupEmployeeInfoProps): JSX.Element;