UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

8 lines 186 B
export declare const useFocus: () => { focusProps: { onFocus: () => void; onBlur: () => void; }; isFocused: boolean; }; //# sourceMappingURL=useFocus.d.ts.map