UNPKG

@procore/core-react

Version:
16 lines (15 loc) 288 B
interface FocusWithinApi { /** * @since 10.19.0 */ isFocusWithin: boolean; /** * @since 10.19.0 */ containerProps: { onFocus: () => void; onBlur: () => void; }; } export declare function useFocusWithin(): FocusWithinApi; export {};