UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

16 lines (15 loc) 738 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ButtonSettings } from '@progress/kendo-angular-buttons'; /** * Defines the settings for the Send button in the Chat component. * These settings can be customized to change the appearance and behavior of the button. */ export interface SendButtonSettings extends ButtonSettings { /** * Specifies the class applied to the Button. */ buttonClass?: string; }