UNPKG

@visactor/vrender-core

Version:
6 lines (5 loc) 184 B
export declare class Factory { private static _pluginClasses; static registerPlugin(pluginKey: string, pluginClass: any): void; static getPlugin(pluginKey: string): any; }