{"version":3,"file":"contextKey.mjs","sources":["../../../../../../packages/components/list/src/contextKey.ts"],"sourcesContent":["import type { InjectionKey, Ref } from 'vue';\n\nexport interface ListContext {\n  grid?: Ref<any>\n  itemLayout?: Ref<string>\n}\n\nexport const ListContextKey: InjectionKey<ListContext> = Symbol('ListContextKey');\n"],"names":[],"mappings":"AAOa,MAAA,cAAA,GAA4C,OAAO,gBAAgB;;;;"}