UNPKG

@scrolia/vanilla

Version:

A headless scrollbar component

9 lines (7 loc) 260 B
const getPropsFromAttributes = (attributes) => { const props = {}; for (const attribute of attributes) props[attribute.name] = attribute.value; return props; }; exports.getPropsFromAttributes = getPropsFromAttributes; //# sourceMappingURL=attribute.js.map