UNPKG

pdf-annotator-react

Version:
8 lines (7 loc) 396 B
import { BaseAnnotationComponent } from './BaseAnnotation'; import { AnnotationMode, AnnotationType } from '../../types'; export declare class PinAnnotation extends BaseAnnotationComponent { static supportsAnnotationType(type: AnnotationType): boolean; static getAnnotationModeForType(type: AnnotationType): AnnotationMode | null; render(): import("react/jsx-runtime").JSX.Element; }