Type Alias ControlsWrapper

ControlsWrapper: {
    children: {
        [Breadcrumb: string]: ControlsWrapper;
    };
    controls: BookPageControlsValues;
}

Nested page controls.