Skip to content

Commit

Permalink
Docs: 2.2.19 Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Jun 12, 2024
1 parent 4498a9f commit 940145a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dom/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: HxB
* @Date: 2022-04-26 15:37:27
* @LastEditors: DoubleAm
* @LastEditTime: 2024-06-11 17:44:21
* @LastEditTime: 2024-06-12 09:24:08
* @Description: 利用 dom 的一些函数
* @FilePath: \js-xxx\src\Dom\index.ts
*/
Expand Down Expand Up @@ -1360,7 +1360,7 @@ export function createChangeLogListener(callback?: any) {
/**
* 合并类名 emotion-js
* @example
* cx('class1', 'class2', { 'class3': true, 'class4': false }, null, undefined); // /"class1 class2 class3 true"
* cx('class1', 'class2', { 'class3': true, 'class4': false }, null, undefined); /// "class1 class2 class3 true"
* @param classNames 要合并的类名、对象或空值
* @returns
*/
Expand Down

0 comments on commit 940145a

Please sign in to comment.