UNPKG

@opensig/opendesign

Version:

6 lines (5 loc) 211 B
import { InjectionKey, Ref } from 'vue'; export declare const collapseInjectKey: InjectionKey<{ computedValue: Ref<Array<string | number>>; handleItemClick: (val: string | number, e: Event) => void; }>;