UNPKG

wix-style-react

Version:
12 lines (8 loc) 206 B
import { register } from '../../src/common/match-media-register'; const install = () => { register(); }; const uninstall = () => { delete global.matchMedia; }; export default { install, uninstall };