(jsxNamespace)
| 74064 | return undefined; |
| 74065 | } |
| 74066 | function getJsxLibraryManagedAttributes(jsxNamespace) { |
| 74067 | // JSX.LibraryManagedAttributes [symbol] |
| 74068 | return jsxNamespace && getSymbol(jsxNamespace.exports, JsxNames.LibraryManagedAttributes, 788968 /* SymbolFlags.Type */); |
| 74069 | } |
| 74070 | /// e.g. "props" for React.d.ts, |
| 74071 | /// or 'undefined' if ElementAttributesProperty doesn't exist (which means all |
| 74072 | /// non-intrinsic elements' attributes type is 'any'), |
no test coverage detected
searching dependent graphs…