UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

6 lines (5 loc) 161 B
import { InjectionKey } from 'vue'; export interface ZIndexContext { zIndex: number; } export declare const zIndexInjectionKey: InjectionKey<ZIndexContext>;