From cc86e2dc21d8d25e427fa0eb5493cf8494b3362c Mon Sep 17 00:00:00 2001 From: mrshahzeb7 <69900372+mrshahzeb7@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:41:27 +0500 Subject: [PATCH] export PDF Props (Updated index.d.ts) --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,