Skip to content

Commit 4066672

Browse files
committed
refactor: recreate source maps
1 parent ae6beeb commit 4066672

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/PaywithFlutterwaveBase.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utils/CustomPropTypesRules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export declare const PaymentOptionsPropRule: (options: Array<string>) => (props: {
1+
export declare const PaymentOptionsPropRule: (options: string[]) => (props: {
22
[k: string]: any;
33
}, propName: string) => Error | null;
44
//# sourceMappingURL=CustomPropTypesRules.d.ts.map

dist/utils/CustomPropTypesRules.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)