RowContext.js 114 Bytes
import { createContext } from 'react';
var RowContext = /*#__PURE__*/createContext({});
export default RowContext;