V
Size: a a a
V
VK

АР
SL
СЛ
export const getListeners = attrs => Object
.keys(attrs)
.filter(key => key.startsWith('on'))
.reduce((acc, key) => {
const listener = attrs[key];
const normalizedKey = key[2].toLowerCase() + key.slice(3);
acc[normalizedKey] = listener;
return acc;
}, {});
Е
SL
SL
V
S
IM
S
АР
t
VK
АР
VK
АР
АР