rename console replay plugin

This commit is contained in:
Yanzhen Yu
2021-07-01 11:01:42 +08:00
parent ab1bc47834
commit ea48910463
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ declare type LogReplayConfig = {
level?: LogLevel[] | undefined;
replayLogger: ReplayLogger | undefined;
};
export declare const getLogReplayPlugin: (options?: LogReplayConfig) => ReplayPlugin;
export declare const getReplayConsolePlugin: (options?: LogReplayConfig) => ReplayPlugin;
export {};