UNPKG

comic-plus

Version:

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

7 lines (5 loc) 178 B
import { InjectionKey } from 'vue'; export type DropdownProvide = { choose: (sign: string) => void; }; export declare const DROPDOWN_PROVIDE: InjectionKey<DropdownProvide>;