@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
39 lines (38 loc) • 1.24 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { SpeechToTextButtonSettings } from "@progress/kendo-angular-buttons";
import { SmartBoxAIAssistantSettings, SmartBoxHistorySettings, SmartBoxSearchSettings, SmartBoxSemanticSearchSettings, SmartBoxSize } from "./models";
/**
* @hidden
*/
export declare const DEFAULT_HISTORY_SETTINGS: SmartBoxHistorySettings;
/**
* @hidden
*/
export declare const STB_DEFAULT_SETTINGS: SpeechToTextButtonSettings;
/**
* @hidden
*/
export declare const DEFAULT_SEARCH_SETTINGS: SmartBoxSearchSettings;
/**
* @hidden
*/
export declare const DEFAULT_SEMANTIC_SEARCH_SETTINGS: SmartBoxSemanticSearchSettings;
/**
* @hidden
*/
export declare const DEFAULT_AI_ASSISTANT_SETTINGS: SmartBoxAIAssistantSettings;
/**
* @hidden
*/
export declare const DEFAULT_SIZE: SmartBoxSize;
/**
* @hidden
*/
export declare const SIZES: {
small: string;
medium: string;
large: string;
};