ether-admin/node_modules/ant-design-vue/es/list/contextKey.d.ts

7 lines
194 B
TypeScript

import type { InjectionKey, Ref } from 'vue';
export interface ListContext {
grid?: Ref<any>;
itemLayout?: Ref<string>;
}
export declare const ListContextKey: InjectionKey<ListContext>;