From 491ad02a6e2ad27bc5847f56918b95b71721ccf4 Mon Sep 17 00:00:00 2001 From: g00500048 Date: Mon, 8 Sep 2025 22:03:37 +0800 Subject: [PATCH] sdk noninterop Signed-off-by: g00500048 --- api/arkui/component/textArea.static.d.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/arkui/component/textArea.static.d.ets b/api/arkui/component/textArea.static.d.ets index 5af62cec42..442fc5b925 100644 --- a/api/arkui/component/textArea.static.d.ets +++ b/api/arkui/component/textArea.static.d.ets @@ -189,7 +189,7 @@ export type TextAreaSubmitCallback = (enterKeyType: EnterKeyType, event?: Submit * * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full - * @since 11 + * @since 20 */ export declare interface TextAreaAttribute extends CommonMethod { /** @@ -1008,4 +1008,4 @@ export declare function TextArea( value?: TextAreaOptions, @memo content_?: () => void, -): TextAreaAttribute \ No newline at end of file +): TextAreaAttribute -- Gitee