From b92c37fb8633610defc7c79b1dac10c21f8d8769 Mon Sep 17 00:00:00 2001 From: huyunhui1 Date: Wed, 4 Jun 2025 17:42:00 +0800 Subject: [PATCH] fix compiling Signed-off-by: huyunhui1 Change-Id: Idf66995958a4666e2527b56dd75e349d41383b39 --- api/@ohos.matrix4.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.matrix4.d.ts b/api/@ohos.matrix4.d.ts index 697edb1b70..4ccafb4707 100644 --- a/api/@ohos.matrix4.d.ts +++ b/api/@ohos.matrix4.d.ts @@ -643,7 +643,7 @@ declare namespace matrix4 { * @since arkts {'1.1':'11','1.2':'20'} * @arkts 1.1&1.2 */ - interface Matrix4Transit { + export interface Matrix4Transit { /** * Copy function of Matrix, which can copy a copy of the current matrix object. * -- Gitee