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 `TrackY` component. */ type TrackYProps = ViewProps & { ref?: React.Ref<View>; }; /** Vertical track component. */ export { type TrackYProps }; //# sourceMappingURL=y.d.ts.map