mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
refactor(merge,split,json): adopt streaming approach and standardize types, address gradle warnings (#5803)
Co-authored-by: Anthony Stirling <[email protected]> Co-authored-by: Balázs <[email protected]>
This commit is contained in:
co-authored by
Anthony Stirling
Balázs
parent
0c46f77179
commit
fd1b7abc83
Vendored
+13
-1
@@ -26,4 +26,16 @@ declare module 'axios' {
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
declare module 'posthog-js/react' {
|
||||
import { ReactNode } from 'react';
|
||||
import posthogJs, { PostHogConfig } from 'posthog-js';
|
||||
|
||||
export const PostHogProvider: React.FC<{
|
||||
client?: typeof posthogJs;
|
||||
options?: Partial<PostHogConfig>;
|
||||
apiKey?: string;
|
||||
children?: ReactNode;
|
||||
}>;
|
||||
}
|
||||
|
||||
export { };
|
||||
|
||||
Reference in New Issue
Block a user