Hex Core JS
    Preparing search index...

    Type Alias UseFocusStateArgs

    type UseFocusStateArgs = {
        initialIsFocused?: boolean;
        onBlur?: () => void;
        onFocus?: () => void;
    }
    Index

    Properties

    initialIsFocused?: boolean
    onBlur?: () => void
    onFocus?: () => void