UNPKG

@vuetify/nightly

Version:

Vue Material Component Framework

5 lines (4 loc) 194 B
// Types import type { InjectionKey } from 'vue'; import type { GroupItemProvide } from '../../composables/group.js'; export declare const VExpansionPanelSymbol: InjectionKey<GroupItemProvide>;