UNPKG

@scrolia/vanilla

Version:

A headless scrollbar component

8 lines (7 loc) 238 B
const getPropsFromAttributes = (attributes) => { const props = {}; for (const attribute of attributes) props[attribute.name] = attribute.value; return props; }; export { getPropsFromAttributes }; //# sourceMappingURL=attribute.mjs.map