@lark-project/js-sdk 2.0.10-dev.3 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/index.js +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1663,7 +1663,7 @@ declare abstract class Utils extends BaseModel {
|
|
|
1663
1663
|
code: string;
|
|
1664
1664
|
}>;
|
|
1665
1665
|
/**
|
|
1666
|
-
* 重置 @douyinfe/semi-ui 组件库的主题,
|
|
1666
|
+
* 重置 @douyinfe/semi-ui 组件库的主题, 使组件更贴近飞书项目整体设计风格。
|
|
1667
1667
|
*/
|
|
1668
1668
|
abstract overwriteThemeForSemiUI(): Promise<void>;
|
|
1669
1669
|
}
|