@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
31 lines (30 loc) • 1.13 kB
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { SpeechToTextButtonProps } from '@progress/kendo-react-buttons';
import { GridSmartBoxSearchProps, GridSmartBoxSemanticSearchConfigProps, GridSmartBoxAIAssistantConfigProps } from './interfaces/index.js';
import { GridSmartBoxHistoryProps } from './interfaces/utilTypes.js';
/**
* @hidden
*/
export declare const defaultHistoryProps: GridSmartBoxHistoryProps;
/**
* @hidden
*/
export declare const defaultSearchProps: GridSmartBoxSearchProps;
/**
* @hidden
*/
export declare const defaultSemanticSearchProps: GridSmartBoxSemanticSearchConfigProps;
/**
* @hidden
*/
export declare const defaultAiAssistantProps: GridSmartBoxAIAssistantConfigProps;
/**
* @hidden
*/
export declare const DEFAULT_STB_SETTINGS: SpeechToTextButtonProps;