import type { InjectionKey, Ref } from 'vue' export const nsfwKey: InjectionKey> = Symbol('nsfwKey') export const showModalKey: InjectionKey = Symbol('showModalKey') export const modalResultKey: InjectionKey = Symbol('modalResultKey')