@progress/kendo-angular-conversational-ui
Version:
Kendo UI for Angular Conversational UI components
19 lines (18 loc) • 792 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ActionButtonSettings, FileSelectButtonSettings } from './models';
import { SpeechToTextButtonSettings } from '@progress/kendo-angular-buttons';
/**
* @hidden
*/
export declare const ACTION_BUTTON_DEFAULT_SETTINGS: ActionButtonSettings;
/**
* @hidden
*/
export declare const STB_DEFAULT_SETTINGS: SpeechToTextButtonSettings;
/**
* @hidden
*/
export declare const FILESELECT_BUTTON_DEFAULT_SETTINGS: FileSelectButtonSettings;