Skip to content

Commit 39bd672

Browse files
authored
export PDF Props (Updated index.d.ts) (#793)
1 parent 45d462c commit 39bd672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type Source = {
2727
method?: string;
2828
};
2929

30-
interface PdfProps {
30+
export interface PdfProps {
3131
style?: ReactNative.StyleProp<ReactNative.ViewStyle>,
3232
source: Source | number,
3333
page?: number,

0 commit comments

Comments
 (0)