UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

7 lines (6 loc) 194 B
import type { InjectionKey, Ref } from 'vue'; export interface ListContext { grid?: Ref<any>; itemLayout?: Ref<string>; } export declare const ListContextKey: InjectionKey<ListContext>;