@progress/kendo-angular-conversational-ui
Version:
Kendo UI for Angular Conversational UI components
18 lines (17 loc) • 718 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { InlineAIPromptOutputAction, InlineAIPromptPopupSettings } from "./models";
/**
* @hidden
*/
export declare const defaultPopupSettings: InlineAIPromptPopupSettings;
/**
* @hidden
*/
export declare const calculateMeasurement: (value: string | number) => string;
/**
* @hidden
*/
export declare const defaultOutputActions: InlineAIPromptOutputAction[];