The related issue is #64. I testet the declarations localy, but did not use them in a real project. Please check on additional examples that it works as expected and doesn't break anything for TS-users.
Description:
This PR introduces the types for the provided react components. The types are referenced in the package.json file. The following additional adoptions of the type declarations were made:
children: as ReactChild and Array (could not type it of a specific React.Component only)
ExcelCellData with Array of ExcelValues to represent multidataset in ex2.
Type: TS types
The related issue is #64. I testet the declarations localy, but did not use them in a real project. Please check on additional examples that it works as expected and doesn't break anything for TS-users.
Description: This PR introduces the types for the provided react components. The types are referenced in the package.json file. The following additional adoptions of the type declarations were made: