@progress/kendo-react-common
Version:
React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package
28 lines (27 loc) • 793 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
export declare const FIELD_REGEX: RegExp;
/**
* @hidden
*/
export declare const FOCUSABLE_ELEMENTS_BASE: string[];
/**
* @hidden
*/
export declare const FOCUSABLE_ELEMENTS: string[];
/**
* @hidden
*/
export declare const TABBABLE_ELEMENTS: string[];
/** @hidden */
export declare const ADAPTIVE_SMALL_BREAKPOINT: number;
/** @hidden */
export declare const ADAPTIVE_MEDIUM_BREAKPOINT: number;