diff --git a/api/@internal/component/ets/text_input.d.ts b/api/@internal/component/ets/text_input.d.ts index 3e3a01c9704c1e51aacaa4f171954df863e777f8..8ad8b036d2a55cb38120462ae1c69c43cd0b9d11 100644 --- a/api/@internal/component/ets/text_input.d.ts +++ b/api/@internal/component/ets/text_input.d.ts @@ -229,19 +229,19 @@ declare class TextInputAttribute extends CommonMethod { /** * Called when using the Clipboard menu - * @since 7 + * @since 8 */ onCopy(callback: (value: string) => void): TextInputAttribute; /** * Called when using the Clipboard menu - * @since 7 + * @since 8 */ onCut(callback: (value: string) => void): TextInputAttribute; /** * Called when using the Clipboard menu - * @since 7 + * @since 8 */ onPaste(callback: (value: string) => void): TextInputAttribute; }