UNPKG

@opensig/opendesign

Version:

5 lines (4 loc) 128 B
import { InjectionKey } from 'vue'; export declare const innerComponentInjectKey: InjectionKey<{ isInnerInput: boolean; }>;