Results 1 issues of Rico

例子: ``` export const layout: RunTimeLayoutConfig = ({ initialState }) => { return { rightContentRender: () => , footerRender: () => , contentRender: (children) => < PageContainer>{children} }; }; ```...