VK
Size: a a a
VK
TM
TM
VK
VK
1
MK
VK
c
V
const EntitiesToUserListLayoutModal = props => {
const openHandler = useCallback(() => {
console.warn("TEST");
}, []);
const open = useRef(openHandler);
useEffect(() => {
window.EntitiesToUserListLayoutModal = {
open: open?.current,
};
}, []);
return (
<div/>
);
};
export default EntitiesToUserListLayoutModal;
m
V
VK
VK
m
V
m
V
Т
m