UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

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>;