(jsxNamespace)
| 74073 | /// or '' if it has 0 properties (which means every |
| 74074 | /// non-intrinsic elements' attributes type is the element instance type) |
| 74075 | function getJsxElementPropertiesName(jsxNamespace) { |
| 74076 | return getNameFromJsxElementAttributesContainer(JsxNames.ElementAttributesPropertyNameContainer, jsxNamespace); |
| 74077 | } |
| 74078 | function getJsxElementChildrenPropertyName(jsxNamespace) { |
| 74079 | return getNameFromJsxElementAttributesContainer(JsxNames.ElementChildrenAttributeNameContainer, jsxNamespace); |
| 74080 | } |
no test coverage detected
searching dependent graphs…