You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(divider): support size api
* fix(divider): adjust size api
* fix(divider): size api support string type and remove redundant func
* fix(divider): fix size bug
* test(divider): update test case
align | String | center | options: left/right/center | N
11
12
children | TNode | - | Typescript:`string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/common.ts) | N
12
13
content | TNode | - | Typescript:`string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-react/blob/develop/packages/components/common.ts) | N
13
14
dashed | Boolean | false | \- | N
14
-
layout | String | horizontal | options:horizontal/vertical | N
15
+
layout | String | horizontal | options: horizontal/vertical | N
0 commit comments