yanzhen-design-vue
Version:
12 lines (11 loc) • 363 B
TypeScript
import { InjectionKey } from 'vue';
import { MaybeVRef } from '@yanzhen-libs/utils-vue';
export interface OtherTablesContext {
type?: string;
component: any;
primaryCode: object;
stagingCx1Data?: any;
provideProps?: any;
associationModalRef?: any;
}
export declare const otherTablesContextKey: InjectionKey<MaybeVRef<OtherTablesContext>>;