Skip to content

Commit e96ed45

Browse files
authored
doc(Layout): 移除文档中暂不支持的API (#25)
1 parent e1ac41f commit e96ed45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ ReactDOM.render(<Demo />, _mount_);
148148
|--------- |-------- |--------- |-------- |
149149
| className | 容器 className | string | - |
150150
| style | 指定样式 | CSSProperties | - |
151-
| theme | 主题颜色 | `light``dark` | `dark` |
152151
| hasSider | 表示子元素里有 Sider,一般不用指定。可用于服务端渲染时避免样式闪动 | boolean | - |
152+
<!-- | theme | 主题颜色 | `light`、`dark` | `dark` | -->
153153

154154
## Layout.Sider
155155

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ The layout wrapper, in which `Header` `Sider` `Content` `Footer` or `Layout` its
148148
|--------- |-------- |--------- |-------- |
149149
| className | Container className | string | - |
150150
| style | To customize the styles | CSSProperties | - |
151-
| theme | Color theme of the sidebar | `light``dark` | `dark` |
152151
| hasSider | hasSider Whether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering | boolean | - |
152+
<!-- | theme | Color theme of the sidebar | `light`、`dark` | `dark` | -->
153153

154154
## Layout.Sider
155155

0 commit comments

Comments
 (0)