Skip to content

Commit

Permalink
export PDF Props (Updated index.d.ts) (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshahzeb7 authored Dec 1, 2023
1 parent 45d462c commit 39bd672
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 39bd672

Please sign in to comment.