Update SkeletonUtils documentation (#25649)
I tried to import SkeletonUtils as described in the documentation:
import { SkeletonUtils } from 'three/addons/utils/SkeletonUtils.js';
But looks like API changed and we should use import all as SkeletonUtils now:
import * as SkeletonUtils from 'three/addons/utils/SkeletonUtils.js';