UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

3 lines 116 B
import { createContext } from 'react'; const RowContext = /*#__PURE__*/createContext({}); export default RowContext;