unis_crm/frontend1/node_modules/antd/es/grid/RowContext.js

3 lines
116 B
JavaScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import { createContext } from 'react';
const RowContext = /*#__PURE__*/createContext({});
export default RowContext;