UNPKG

107 BJavaScriptView Raw
1import { createContext } from 'react';
2export var ZoomContext = /*#__PURE__*/createContext({
3 scale: 1
4});
\No newline at end of file