Add TypeScript type definitions for app components and layout

- Created type definitions for `auth`, `layout`, and `page` components to ensure type safety and consistency.
- Implemented checks for entry validity and prop types using utility types.
- Added a `package.json` file to specify module type for TypeScript compatibility.
This commit is contained in:
RaymondVerhoef
2026-05-23 22:10:58 +02:00
parent f4d0c85c55
commit 14286d6cb1
119 changed files with 13895 additions and 1 deletions

View File

@@ -0,0 +1 @@
self.__REACT_LOADABLE_MANIFEST="{}"