From 54c364274780a00fbf9f986c8ee0ea4735ed6481 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 21 Dec 2024 00:00:13 +0800 Subject: [PATCH] chore: delete the export of `Mask` --- packages/lib/src/widgets/index.ts | 4 ++-- packages/lib/src/widgets/mask.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/lib/src/widgets/index.ts b/packages/lib/src/widgets/index.ts index 0804f3a..d84cfcc 100644 --- a/packages/lib/src/widgets/index.ts +++ b/packages/lib/src/widgets/index.ts @@ -21,8 +21,8 @@ export type { TextOptions, TextIns } from "./text.vue"; export { default as TextUnit } from "./text-unit.vue"; export { default as Image } from "./image.vue"; export type { ImageOptions } from "./image.vue"; -export { default as Mask } from "./mask.vue"; -export type { MaskOptions } from "./mask.vue"; +// export { default as Mask } from "./mask.vue"; +// export type { MaskOptions } from "./mask.vue"; export { default as Path } from "./path.vue"; export type { PathOptions, PathIns } from "./path.vue"; export { default as WebView } from "./webview.vue"; diff --git a/packages/lib/src/widgets/mask.vue b/packages/lib/src/widgets/mask.vue index 8a126bf..a7f9b1f 100644 --- a/packages/lib/src/widgets/mask.vue +++ b/packages/lib/src/widgets/mask.vue @@ -1,4 +1,4 @@ -