Skip to content

Commit 818e4ee

Browse files
[autofix.ci] apply automated fixes
1 parent 65a270a commit 818e4ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/uni-app-types/src/form-components/textarea.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ type _TextareaValue = string;
2020
*
2121
* Return 换行
2222
*/
23-
type _TextareaConfirmType = "send" | "search" | "next" | "go" | "done" | "return";
23+
type _TextareaConfirmType =
24+
| "send"
25+
| "search"
26+
| "next"
27+
| "go"
28+
| "done"
29+
| "return";
2430

2531
interface _TextareaOnFocusDetail {
2632
value: _TextareaValue;

0 commit comments

Comments
 (0)