We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937a2d0 commit 760ac23Copy full SHA for 760ac23
core/src/index.tsx
@@ -13,7 +13,7 @@ export interface XMLReaderProps extends Omit<React.InputHTMLAttributes<HTMLInput
13
encoding?: string;
14
parserOptions?: X2jOptionsOptional;
15
onError?: (error: Error) => void;
16
- onFileLoaded: (data: unknown, fileInfo: IFileInfo, originalFile: File, text: string) => void;
+ onFileLoaded: (data: any, fileInfo: IFileInfo, originalFile: File, text: string) => void;
17
}
18
19
const XMLReader = forwardRef<HTMLInputElement, XMLReaderProps>((props, ref) => {
0 commit comments