diff --git a/api/arkui/component/textArea.static.d.ets b/api/arkui/component/textArea.static.d.ets index 5af62cec42636fdc4a003db8776be041a5e15726..442fc5b925baa6533a9f739694c5b762aad8a7bc 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