Skip to content

Commit 7cdde68

Browse files
authored
refactor(types): sync components types
1 parent 2b484a1 commit 7cdde68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/taro-components/types/ShareElement.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ import { StandardProps, CommonEventFunction } from './common'
33
interface ShareElementProps extends StandardProps {
44
/** 映射标记
55
* @supported weapp
6-
* @deprecated 使用mapkey替换key
76
*/
87
key?: string
9-
/** 映射标记
10-
* @supported weapp
11-
*/
12-
mapkey?: string
138
/** 映射标记
149
* @supported alipay
1510
*/

0 commit comments

Comments
 (0)