File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ npm start
7171| 名称 | 类型 | 默认值 | 说明 |
7272| --- | --- | --- | --- |
7373| ` className ` | string | - | 根节点的附加 className。 |
74- | ` classNames ` | ` Partial<Record<'root' \| 'rail' \| 'track', string>> ` | - | 内部插槽的语义化 className。 |
74+ | ` classNames ` | Partial<Record<'root' \| 'rail' \| 'track', string>> | - | 内部插槽的语义化 className。 |
7575| ` gapDegree ` | number | - | 循环进度的差距度。 |
7676| ` gapPosition ` | ` 'top' ` \| ` 'right' ` \| ` 'bottom' ` \| ` 'left' ` | ` 'bottom' ` | 循环进度的间隙位置。 |
7777| ` id ` | string | - | 根元素 ID。 |
@@ -86,7 +86,7 @@ npm start
8686| ` strokeLinecap ` | ` 'round' ` \| ` 'butt' ` \| ` 'square' ` | ` 'round' ` | 描边端点样式。 |
8787| ` strokeWidth ` | number | 1 | 轨道描边宽度。 |
8888| ` style ` | React.CSSProperties | - | 根样式。 |
89- | ` styles ` | ` Partial<Record<'root' \| 'rail' \| 'track', React.CSSProperties>> ` | - | 内部插槽的语义化样式。 |
89+ | ` styles ` | Partial<Record<'root' \| 'rail' \| 'track', React.CSSProperties>> | - | 内部插槽的语义化样式。 |
9090| ` transition ` | string | - | 用于跟踪更新的 CSS 过渡。 |
9191
9292## 本地开发
You can’t perform that action at this time.
0 commit comments