UNPKG

@opensig/opendesign

Version:

5 lines (4 loc) 130 B
import { InjectionKey } from 'vue'; export declare const layerInjectKey: InjectionKey<{ toggle: (show?: boolean) => void; }>;