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