UNPKG

@solid-aria/focus

Version:
6 lines (5 loc) 230 B
/** * A utility function that focuses an element while avoiding undesired side effects such * as page scrolling and screen reader issues with CSS transitions. */ export declare function focusSafely(element: HTMLElement): void;