UNPKG

@opensig/opendesign

Version:

5 lines (4 loc) 138 B
import { InjectionKey } from 'vue'; export declare const dropdownInjectKey: InjectionKey<{ updateVisible: (val: boolean) => void; }>;