UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

5 lines (4 loc) 601 B
import { LuminaJsx } from '@arcgis/lumina'; export declare function testPostValidationFocusing(inputTag: Extract<keyof LuminaJsx.IntrinsicElements, "calcite-input" | "calcite-input-text" | "calcite-input-number">): void; export declare function testHiddenInputSyncing(inputTag: Extract<keyof LuminaJsx.IntrinsicElements, "calcite-input" | "calcite-input-text" | "calcite-input-number" | "calcite-text-area">): void; export declare function testWorkaroundForGlobalPropRemoval(inputTag: Extract<keyof LuminaJsx.IntrinsicElements, "calcite-input" | "calcite-input-text" | "calcite-input-number">): void;