Skip to content

Commit c7ac55b

Browse files
authored
doc: Update README.md
1 parent 14667f0 commit c7ac55b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ interface ParseLocalConfigNoStep<T = any, TInput = undefined> extends ParseLocal
344344
export type ParseLocalConfig<T = any, TInput = undefined> = ParseLocalConfigStep<T, TInput> | ParseLocalConfigNoStep<T, TInput>;
345345
```
346346

347+
## Related
348+
349+
- [@uiw/react-xml-reader](https://uiwjs.github.io/react-xml-reader) React component that handles xml file input and its parsing.
350+
347351
## Development
348352

349353
Runs the project in development mode.

0 commit comments

Comments
 (0)