UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

17 lines (16 loc) 697 B
import React from "react"; /** @internal */ export declare class ApprovalHistoryFullStageInfo extends React.Component<any, any> { /** @internal */ constructor(props: any); /** @internal */ render(): JSX.Element; /** ������������ �����������. */ renderComment(): JSX.Element; /** ������������ ���� �����������. */ renderCommentFile(): JSX.Element; /** ������������ ������. */ renderCorrections(): JSX.Element; protected handleCorrectionFileClick(file: any): void; protected handleCommentFileClick(e: any): void; }