Skip to content

Commit

Permalink
doc(Layout): 移除文档中暂不支持的API (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z authored Apr 8, 2022
1 parent e1ac41f commit e96ed45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ ReactDOM.render(<Demo />, _mount_);
|--------- |-------- |--------- |-------- |
| className | 容器 className | string | - |
| style | 指定样式 | CSSProperties | - |
| theme | 主题颜色 | `light``dark` | `dark` |
| hasSider | 表示子元素里有 Sider,一般不用指定。可用于服务端渲染时避免样式闪动 | boolean | - |
<!-- | theme | 主题颜色 | `light`、`dark` | `dark` | -->

## Layout.Sider

Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ The layout wrapper, in which `Header` `Sider` `Content` `Footer` or `Layout` its
|--------- |-------- |--------- |-------- |
| className | Container className | string | - |
| style | To customize the styles | CSSProperties | - |
| theme | Color theme of the sidebar | `light``dark` | `dark` |
| hasSider | hasSider Whether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering | boolean | - |
<!-- | theme | Color theme of the sidebar | `light`、`dark` | `dark` | -->

## Layout.Sider

Expand Down

0 comments on commit e96ed45

Please sign in to comment.