UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

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