3 lines
176 B
TypeScript
3 lines
176 B
TypeScript
export declare const focusOn: (target: HTMLFrameElement | HTMLInputElement) => void;
|
|
export declare const setFocus: (topNode: HTMLElement, lastNode: HTMLInputElement) => void;
|