UNPKG

react-native-indicate

Version:

Enhanced ScrollView with elements indicating scrollable overflow.

3 lines (2 loc) 145 B
import type { Direction } from './types'; export declare const getDirectionFromBoolean: (horizontal?: boolean, vertical?: boolean) => Direction;