From 0e51cb3a545cf4681fea92768886a0f007c3ec5c Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Tue, 7 Jun 2022 14:21:29 +0800 Subject: [PATCH] =?UTF-8?q?AbilityComponent=E7=BB=84=E4=BB=B6=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: Iac1df4524d25bcb5eb7410de314523081b225fa1 --- api/@internal/component/ets/ability_component.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/@internal/component/ets/ability_component.d.ts b/api/@internal/component/ets/ability_component.d.ts index 43524e4129..359bba5297 100644 --- a/api/@internal/component/ets/ability_component.d.ts +++ b/api/@internal/component/ets/ability_component.d.ts @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { Want } from '../../../ability/want'; /** * Provides an interface for the ability component. @@ -44,5 +43,5 @@ declare class AbilityComponentAttribute extends CommonMethod void): AbilityComponentAttribute; } -declare const abilityComponent: AbilityComponentInterface; -declare const abilityComponentInstance: AbilityComponentAttribute; +declare const AbilityComponent: AbilityComponentInterface; +declare const AbilityComponentInstance: AbilityComponentAttribute; -- Gitee