UNPKG

@react-form-fields/native-base

Version:

Native Base Form Fields

7 lines (6 loc) 267 B
export interface IFlowIndexProp { flowIndex?: number; tabIndex?: number; } declare const useFieldFlow: ({ flowIndex, tabIndex }: IFlowIndexProp, onFocusHandler: Function) => [(currenPosition: number) => boolean, boolean, number]; export default useFieldFlow;