UNPKG

@eclipse-scout/core

Version:
8 lines 305 B
/// <reference types="jquery" /> import { KeyStroke, Switch } from '../index'; export declare class SwitchNavigationKeyStroke extends KeyStroke { field: Switch; constructor(field: Switch); handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=SwitchNavigationKeyStroke.d.ts.map