/** * 获取单个表单应用上下文信息 */ declare function useFormApp(): import("./FormAppContext").FormAppContextInterface; export default useFormApp;