import * as React from "react"; export const DimensionsContext = React.createContext({ width: null, height: null, });