UNPKG

@fruits-chain/react-native-xiaoshu

Version:
7 lines (6 loc) • 231 B
"use strict"; import { createContext, useContext } from 'react'; const RowContext = /*#__PURE__*/createContext({}); export const useRow = () => useContext(RowContext); export default RowContext; //# sourceMappingURL=context.js.map