UNPKG

awesome-data-view

Version:
6 lines (5 loc) 173 B
export default function (element: HTMLElement, style: object) { Object.keys(style).forEach((attribute) => { element.style[attribute] = style[attribute] }) }