@scrolia/react-native
Version:
A headless scrollbar component
13 lines • 352 B
TypeScript
import * as React from "react";
import { ScrollView, ScrollViewProps } from "react-native";
/** Props for the `ContentX` component. */
type ContentXProps = ScrollViewProps & {
ref?: React.Ref<ScrollView>;
};
/**
* Horizontal Content component.
*
* Use `ListX` for a list of items.
*/
export { type ContentXProps };
//# sourceMappingURL=x.d.ts.map