@tobyt/expo-pdf-markup - v0.6.1
    Preparing search index...

    Type Alias UnderlineAnnotation

    type UnderlineAnnotation = {
        bounds: AnnotationBounds;
        color: string;
        createdAt?: number;
        id: string;
        page: number;
        type: "underline";
    }
    Index

    Properties

    color: string
    createdAt?: number
    id: string
    page: number
    type: "underline"