UNPKG

botframework-webchat-component

Version:
7 lines 445 B
export type TranscriptScrollRelativeOptions = { direction: 'down' | 'up'; displacement?: number; }; declare const useRegisterScrollRelativeTranscript: (listener: (value: TranscriptScrollRelativeOptions) => void) => void, useScrollRelativeTranscript: () => (value: TranscriptScrollRelativeOptions) => void; export { useRegisterScrollRelativeTranscript, useScrollRelativeTranscript }; //# sourceMappingURL=transcriptScrollRelative.d.ts.map