UNPKG

@scrolia/react-native

Version:
10 lines (9 loc) 276 B
import * as React from "react"; import { View, ViewProps } from "react-native"; /** Props for the `ThumbY` component. */ type ThumbYProps = ViewProps & { ref?: React.Ref<View>; }; /** Vertical thumb component. */ export { type ThumbYProps }; //# sourceMappingURL=y.d.ts.map