MCPcopy Create free account
hub / github.com/microsoft/SandDance / getNativeElementProps

Function getNativeElementProps

docs/app/js/sanddance-app.js:24821–24824  ·  view source on GitHub ↗
(tagName, props, excludedPropNames)

Source from the content-addressed store, hash-verified

24819 img: (0, _properties.imgProperties)
24820};
24821function getNativeElementProps(tagName, props, excludedPropNames) {
24822 var allowedPropNames = tagName && nativeElementMap[tagName] || (0, _properties.htmlElementProperties);
24823 return (0, _properties.getNativeProps)(props, allowedPropNames, excludedPropNames);
24824}
24825
24826},{"./properties":"1GF3W","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"1GF3W":[function(require,module,exports) {
24827var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected