fb65d01c9ef8ac9a6e3e998dd872ca73d5dc79e59389b0c3b41f690ce17a9e9d68c1a3cbde351ebde31fd1ddf76012021a4d411b4d2824f2790337f859304d 238 B

1234
  1. import type { InjectionKey } from 'vue';
  2. import type { FormContext, FormItemContext } from './types';
  3. export declare const formContextKey: InjectionKey<FormContext>;
  4. export declare const formItemContextKey: InjectionKey<FormItemContext>;