@shopify/polaris
Version:
Shopify’s admin product component library
12 lines • 331 B
TypeScript
import type { RefObject } from 'react';
export declare function useFocus(
/**
* The target element for the focus event.
*/
ref: RefObject<HTMLElement>): boolean;
export declare function useFocusIn(
/**
* The target element for the focusin event.
*/
ref: RefObject<HTMLElement>): boolean;
//# sourceMappingURL=use-focus.d.ts.map