Skip to content

Commit

Permalink
Update list.d.ts (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plortinus authored Jan 15, 2024
1 parent d1b0104 commit 4bf863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/taro-ui/types/list.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AtListItemProps extends AtComponent {
/**
* 元素的标题
*/
title?: string
title?: JSX.Element
/**
* 元素的主要缩略图
*/
Expand All @@ -40,7 +40,7 @@ export interface AtListItemProps extends AtComponent {
/**
* 额外信息的文本
*/
extraText?: string
extraText?: JSX.Element
/**
* 额外信息的缩略图
*/
Expand Down

0 comments on commit 4bf863f

Please sign in to comment.