mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(): add private to extra classes
This commit is contained in:
@@ -97,6 +97,9 @@ export class Mixpanel {
|
||||
static get people(): MixpanelPeople {return mixpanel.people; };
|
||||
|
||||
}
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export declare class MixpanelPeople {
|
||||
static identify(distinctId: string, onSuccess?: Function, onFail?: Function): void;
|
||||
static increment(peopleProperties: any, onSuccess?: Function, onFail?: Function): void;
|
||||
|
||||
Reference in New Issue
Block a user