We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9ebb0 commit d478e03Copy full SHA for d478e03
docs/en/tsx/attribute-types/attribute-types.md
@@ -12,7 +12,7 @@ To make enable TSX attribute types:
12
13
[](./code-usage.tsx ':include :type=code tsx')
14
15
-## Type checking
+## Property types checking in component
16
17
We could check if component implements properties by `implements`.
18
docs/zh-cn/tsx/attribute-types/attribute-types.md
@@ -12,13 +12,13 @@
-## 类型检查
+## 组件内属性类型检查
你可以通过`implements`来检查组件是否实现了属性。
19
[](./code-type-checking.tsx ':include :type=code tsx')
20
21
-## 组件集成
+## 组件继承
22
23
TSX属性支持组件继承。
24
0 commit comments