@scrolia/react-native
Version:
A headless scrollbar component
13 lines • 350 B
TypeScript
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