UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

5 lines (4 loc) 135 B
/** * Check if pressed key is interactive in terms of input field */ export declare function tuiIsEditingKey(key?: string): boolean;