Skip to content

Commit

Permalink
export utility isFocused
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMathew committed Jul 31, 2024
1 parent 7eb9f09 commit d3d8f4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/forms/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Components

import { isFocused } from '@react-native-ama/internal';

import {
FormActions,
FormProps,
Expand Down Expand Up @@ -29,6 +32,9 @@ export { TextInput } from './components/TextInput';
export { useFormField } from './hooks/useFormField';
export { useTextInput } from './hooks/useTextInput';

// utils
export { isFocused };

// Types
export {
type FormProps,
Expand Down

0 comments on commit d3d8f4d

Please sign in to comment.