@lark-project/js-sdk 2.0.8 → 2.0.10-dev.1
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 +4 -0
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
package/dist/lib/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1652,6 +1652,10 @@ declare abstract class Utils extends BaseModel {
|
|
|
1652
1652
|
abstract getAuthCode(): Promise<{
|
|
1653
1653
|
code: string;
|
|
1654
1654
|
}>;
|
|
1655
|
+
/**
|
|
1656
|
+
* 重置 @douyinfe/semi-ui 组件库的主题, 使组件更贴近meego整体设计风格。
|
|
1657
|
+
*/
|
|
1658
|
+
abstract setMeegleThemeForSemiUI(): Promise<void>;
|
|
1655
1659
|
}
|
|
1656
1660
|
|
|
1657
1661
|
/**
|