Skip to content

Commit 6a06576

Browse files
committed
docs: update genStyleUtils use docs
1 parent 90ac3a2 commit 6a06576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/demos/genStyleUtils.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ interface YourCompTokenMap {
3232
// ...
3333
}
3434

35+
// Step2: 定义设计 Token
3536
interface YourDesignTokenn {
3637
color?: string;
3738
}
3839

40+
// Step3: 定义别名 Token
3941
interface YourAliasToken {
4042
colorFillContentHover?: string;
4143
}

0 commit comments

Comments
 (0)