UNPKG

@scrolia/react-native

Version:
13 lines 350 B
import * as React from "react"; import { ScrollView, ScrollViewProps } from "react-native"; /** Props for the `ContentY` component. */ type ContentYProps = ScrollViewProps & { ref?: React.Ref<ScrollView>; }; /** * Vertical Content component. * * Use `ListY` for a list of items. */ export { type ContentYProps }; //# sourceMappingURL=y.d.ts.map