Type Alias BookPageExampleRenderParams<GlobalValuesType, ControlsInit, StateInit>

BookPageExampleRenderParams<GlobalValuesType, ControlsInit, StateInit>: 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