@salutejs/client
Version:
Модуль взаимодействия с виртуальным ассистентом
9 lines • 356 B
TypeScript
import { AssistantRecord } from '../typings';
export declare const createOnlineRecordPlayer: (record?: AssistantRecord | undefined, { context }?: {
context?: (Window & typeof globalThis) | undefined;
}) => {
continue: () => boolean;
play: () => void;
setRecord: (rec: AssistantRecord) => void;
};
//# sourceMappingURL=online-player.d.ts.map