UNPKG

react-faux-dom

Version:

DOM like data structure to be mutated by D3 et al, then rendered to React elements

14 lines (11 loc) 204 B
function window () { var Window = { getComputedStyle: function (node) { return { getPropertyValue: node.style.getProperty } } } return Window } module.exports = window