| 92 | } |
| 93 | |
| 94 | export interface InputFocusOptions extends FocusOptions { |
| 95 | cursor?: 'start' | 'end' | 'all'; |
| 96 | } |
| 97 | |
| 98 | export function triggerFocus( |
| 99 | element?: HTMLInputElement | HTMLTextAreaElement, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…