Type Alias BookPageExampleRenderParams<GlobalValuesType, ControlsInit, StateInit>

BookPageExampleRenderParams: Pick<
    RenderParams<any, any, StateInit, any, any, any, any>,
    "state" | "updateState",
> & { controls: ControlsToValues<ControlsInit> & GlobalValuesType }

All parameters required for rendering an element-book page.

Type Parameters