UNPKG

@mui/x-telemetry

Version:
12 lines 267 B
export declare class TelemetryStorage { private readonly conf; static init({ distDir }: { distDir: string; }): Promise<TelemetryStorage>; private constructor(); private notify; get configPath(): string | undefined; get anonymousId(): string; }