From 0a68e6f624660bc41d9795c6436bcb1fe50c44be Mon Sep 17 00:00:00 2001 From: al80402 Date: Sat, 15 Jul 2023 02:02:10 +0000 Subject: [PATCH] refactor(types): sync components types --- packages/taro-components/types/ShareElement.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/taro-components/types/ShareElement.d.ts b/packages/taro-components/types/ShareElement.d.ts index dde04fc6987b..156eb902da0e 100644 --- a/packages/taro-components/types/ShareElement.d.ts +++ b/packages/taro-components/types/ShareElement.d.ts @@ -6,10 +6,6 @@ interface ShareElementProps extends StandardProps { * @deprecated 使用mapkey替换key */ key?: string - /** 映射标记 - * @supported weapp - */ - mapkey?: string /** 映射标记 * @supported alipay */