UNPKG

@sberdevices/plasma-temple

Version:

SberDevices CanvasApp Templates.

3 lines 325 B
import { AssistantClientCustomizedCommand, AssistantSmartAppData } from '@sberdevices/assistant-client'; export declare const useAssistantOnData: <T extends AssistantSmartAppData = AssistantSmartAppData>(onData: (command: AssistantClientCustomizedCommand<T>) => void) => void; //# sourceMappingURL=useAssistantOnData.d.ts.map