import type { InjectionKey, Ref } from 'vue'; export interface ListContext { grid?: Ref; itemLayout?: Ref; } export const ListContextKey: InjectionKey = Symbol('ListContextKey');