@mescius/dspdfviewer
Version:
Document Solutions PDF Viewer
6 lines (5 loc) • 304 B
TypeScript
/// <reference path="../vendor/react/react.d.ts" />
//@ts-ignore
/// <reference types="react" />
import { AnnotationBase } from './AnnotationTypes';
export declare function renderAnnotationStatusContent(annotation: AnnotationBase, annotations: AnnotationBase[], userName: string): JSX.Element | null;