docs/layout/esdoc.js
/**
* @typedef {Object} LayoutConfig
* @property {RenderableArg<Renderable>} child The child Renderable to be used in this layout.
*/
/**
* @typedef {Serialized} SerializedLayout
* @property {Serialized} child The serialized child node.
*/