UNPKG

@studiometa/js-toolkit

Version:

A set of useful little bits of JavaScript to boost your project! 🚀

9 lines (8 loc) • 290 B
import { withMountOnMediaQuery } from "./withMountOnMediaQuery.js"; function withMountWhenPrefersMotion(BaseClass) { return withMountOnMediaQuery(BaseClass, "not (prefers-reduced-motion)"); } export { withMountWhenPrefersMotion }; //# sourceMappingURL=withMountWhenPrefersMotion.js.map