@lark-project/js-sdk 2.0.10-dev.1 → 2.0.10-dev.2
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
|
@@ -1655,7 +1655,7 @@ declare abstract class Utils extends BaseModel {
|
|
|
1655
1655
|
/**
|
|
1656
1656
|
* 重置 @douyinfe/semi-ui 组件库的主题, 使组件更贴近meego整体设计风格。
|
|
1657
1657
|
*/
|
|
1658
|
-
abstract
|
|
1658
|
+
abstract overwriteThemeForSemiUI(): Promise<void>;
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
1661
|
/**
|