All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.FocusableElements.d.ts Maven / Gradle / Ivy

type FocusableElementPromise = Promise;
declare const getFirstFocusableElement: (container: HTMLElement, startFromContainer?: boolean) => FocusableElementPromise;
declare const getLastFocusableElement: (container: HTMLElement, startFromContainer?: boolean) => FocusableElementPromise;
export { getFirstFocusableElement, getLastFocusableElement, };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy