UNPKG

vue3-oop-static

Version:
7 lines (6 loc) 179 B
import { Hanlder } from '../type'; export declare const ProviderKey: "ProviderKey"; export declare abstract class VueService { static handler: Hanlder[]; constructor(); }