From 70fa00c973d8d51c9881adf4d174cec739959050 Mon Sep 17 00:00:00 2001 From: ZakaryCode Date: Sat, 8 Jul 2023 00:14:39 +0000 Subject: [PATCH] refactor(types): sync components types --- packages/taro-components/types/ShareElement.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/taro-components/types/ShareElement.d.ts b/packages/taro-components/types/ShareElement.d.ts index dde04fc6987b..35a3974a398d 100644 --- a/packages/taro-components/types/ShareElement.d.ts +++ b/packages/taro-components/types/ShareElement.d.ts @@ -3,13 +3,8 @@ import { StandardProps, CommonEventFunction } from './common' interface ShareElementProps extends StandardProps { /** 映射标记 * @supported weapp - * @deprecated 使用mapkey替换key */ key?: string - /** 映射标记 - * @supported weapp - */ - mapkey?: string /** 映射标记 * @supported alipay */