Export Interface CreateInertiaAppProps
#2123
TitusKirch
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the
CreateInertiaAppProps
interface is defined within the file but is not exported, making it inaccessible for extension or reuse in other files. Exporting this interface would allow developers to extend and customize it according to their needs, enhancing the flexibility and usability of the library.Use Case
By exporting the
CreateInertiaAppProps
interface, developers can build upon the existing type to introduce additional properties or modify its usage in their projects. For example:Without exporting the base interface, this kind of extension is not possible, leading to duplication of type definitions or workarounds.
Beta Was this translation helpful? Give feedback.
All reactions