diff --git a/arkoala-arkts/arkui/sdk/handwritten/GestureModifier.ets b/arkoala-arkts/arkui/sdk/handwritten/GestureModifier.ets deleted file mode 100644 index 4654e9393bb305442da44fdcb4d2ed5c5070854a..0000000000000000000000000000000000000000 --- a/arkoala-arkts/arkui/sdk/handwritten/GestureModifier.ets +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2024-2025 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -export interface GestureModifier { -} diff --git a/arkoala-arkts/arkui/sdk/handwritten/component/common.ets b/arkoala-arkts/arkui/sdk/handwritten/component/common.ets index 20e1cf98cd740e112d044707104afd9a3f124137..0ab26796f9f8125003be0e50c1c1958a26aae385 100644 --- a/arkoala-arkts/arkui/sdk/handwritten/component/common.ets +++ b/arkoala-arkts/arkui/sdk/handwritten/component/common.ets @@ -23,3 +23,6 @@ export declare interface AttributeModifier { applyDisabledAttribute(instance: T): void; applySelectedAttribute(instance: T): void; } + +export interface GestureModifier { +} diff --git a/arkoala-arkts/arkui/sdk/handwritten/index.ets b/arkoala-arkts/arkui/sdk/handwritten/index.ets index 2ead10c03a840008e4d8ff7a8567c7dc47d43f4e..2765a61737c970f6f027128a42cf54a77fb89f89 100644 --- a/arkoala-arkts/arkui/sdk/handwritten/index.ets +++ b/arkoala-arkts/arkui/sdk/handwritten/index.ets @@ -20,7 +20,6 @@ export * from "./AttributeUpdater" export * from "./TestComponent" export * from "./Router" export * from "./ForeignFunctions" -export * from "./GestureModifier" export * from "./resources" export * from "./component/base" export * from "./component/common"