UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

8 lines (6 loc) 215 B
import { ComputedRef, InjectionKey } from 'vue'; export type AtlasProvide = { color: ComputedRef<string>; colorLight: ComputedRef<string>; }; export declare const ATLAS_PROVIDE: InjectionKey<AtlasProvide>;