Blame view

天文台pc/tianwentai-ui/node_modules/framer-motion/dist/es/utils/get-context-window.mjs 250 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  // Fixes https://github.com/motiondivision/motion/issues/2270
  const getContextWindow = ({ current }) => {
      return current ? current.ownerDocument.defaultView : null;
  };
  
  export { getContextWindow };
  //# sourceMappingURL=get-context-window.mjs.map