@carbon/ibm-products
Version:
Carbon for IBM Products
16 lines • 471 B
TypeScript
export function getSpecificElement(parentEl: any, elementId: any): any;
export function useFocus(modalRef: any, selectorPrimaryFocus: any): {
firstElement: any;
lastElement: any;
allElements: any;
specifiedElement: any;
keyDownListener: (event: any) => Promise<void>;
getFocusable: () => {
first: any;
last: any;
all: any;
specified: any;
};
claimFocus: () => void;
};
//# sourceMappingURL=useFocus.d.ts.map