diff --git a/api/@internal/component/ets/rect.d.ts b/api/@internal/component/ets/rect.d.ts index 3bc5bdab97d8d3629a058ed6d2aa7fcde94cb5aa..55501c98a0b0077da751c85dca971d789bfe2a2f 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;