UNPKG

comic-plus

Version:

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

7 lines (5 loc) 174 B
import { InjectionKey } from 'vue'; export type waterfallProvide = { updateStyle: () => void; }; export declare const WATERFALL_PROVIDE: InjectionKey<waterfallProvide>;