RowContext.js 116 B

123
  1. import { createContext } from 'react';
  2. const RowContext = /*#__PURE__*/createContext({});
  3. export default RowContext;