import { InjectionKey, Ref } from 'vue' export const SongListTypeKey: InjectionKey = Symbol('SongListType') export const SongsKey: InjectionKey> = Symbol('Songs') export const SelectedSongsKey: InjectionKey> = Symbol('SelectedSongs') export const SongListConfigKey: InjectionKey> = Symbol('SongListConfig')