UNPKG

171 BTypeScriptView Raw
1export declare function instancePropertyGet(pluginObj: any, key: string): any;
2export declare function instancePropertySet(pluginObj: any, key: string, value: any): void;