diff --git a/index.d.ts b/index.d.ts index 84de3b6b..149569e8 100644 --- a/index.d.ts +++ b/index.d.ts @@ -27,7 +27,7 @@ export type Source = { method?: string; }; -interface PdfProps { +export interface PdfProps { style?: ReactNative.StyleProp, source: Source | number, page?: number,