Function useFocusManager

  • Parameters

    Returns {
        handleOnBlur: (() => void);
        handleOnFocus: (() => void);
        isFocused: boolean;
    }

    • handleOnBlur: (() => void)
        • (): void
        • Returns void

    • handleOnFocus: (() => void)
        • (): void
        • Returns void

    • isFocused: boolean

Generated using TypeDoc