Код: Выделить всё
const DocumentView = ({ data }) => {
const [scale, setScale] = useState(1);
return (
);
};
Подробнее здесь: https://stackoverflow.com/questions/795 ... type-range
Код: Выделить всё
const DocumentView = ({ data }) => {
const [scale, setScale] = useState(1);
return (
);
};