Skip to content

Commit

Permalink
export PDF Props (Updated index.d.ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshahzeb7 authored Nov 29, 2023
1 parent 5df5a1b commit cc86e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type Source = {
method?: string;
};

interface PdfProps {
export interface PdfProps {
style?: ReactNative.StyleProp<ReactNative.ViewStyle>,
source: Source | number,
page?: number,
Expand Down

0 comments on commit cc86e2d

Please sign in to comment.