xl-public-utils 1.0.1 → 1.0.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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import vtkRenderer from "@kitware/vtk.js/Rendering/Core/Renderer";
|
|
|
19
19
|
* @property {string} [textColor='#000'] - 字体颜色
|
|
20
20
|
* @property {string} [textContent] - 右侧文字内容
|
|
21
21
|
*/
|
|
22
|
-
declare module "public-utils" {
|
|
22
|
+
declare module "xl-public-utils" {
|
|
23
23
|
export interface QrCodeOptions {
|
|
24
24
|
/** 二维码类型,具体支持请查看文档 */
|
|
25
25
|
bcid?: string; // 默认值 'qrcode'
|