UNPKG

@td-design/react-native

Version:

react-native UI组件库

5 lines 154 B
import { createContext } from 'react'; export const FormContext = /*#__PURE__*/createContext({ formItemHeight: 0 }); //# sourceMappingURL=context.js.map