diff --git a/api/@internal/component/ets/rect.d.ts b/api/@internal/component/ets/rect.d.ts index a20aa44f461e338ca9b44fa8a72d873442127ee1..4e5921781b4a56445a25283b6596e473d83aea9f 100644 --- a/api/@internal/component/ets/rect.d.ts +++ b/api/@internal/component/ets/rect.d.ts @@ -81,4 +81,4 @@ declare class RectAttribute extends CommonShapeMethod { } declare const Rect: RectInterface; -declare const RectInStance: RectAttribute; +declare const RectInstance: RectAttribute;