MCPcopy Index your code
hub / github.com/wonday/react-native-pdf / PdfRef

Interface PdfRef

index.d.ts:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68export interface PdfRef {
69 setPage(pageNumber: number): void
70}
71
72declare const Pdf: React.ForwardRefExoticComponent<PdfProps & React.RefAttributes<PdfRef>>
73

Callers 2

PDFExample.jsFile · 0.65
PDFExampleClass · 0.65

Implementers 2

PdfManagerandroid/src/main/java/org/wonday/pdf/P
PdfViewandroid/src/main/java/org/wonday/pdf/P

Calls

no outgoing calls

Tested by

no test coverage detected