Type alias ControllerCreator

ControllerCreator: ReturnType<typeof controllerCreator>

A controller creator is like a controller, but it can also be used as a function, and it can receive custom parameters to configure its behavior.

Generated using TypeDoc