UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

5 lines 272 B
import type { ComponentType } from "react"; import { type ScrollViewProps as RNScrollViewProps } from "react-native"; export type ScrollViewProps = RNScrollViewProps; export declare const ScrollView: ComponentType<ScrollViewProps>; //# sourceMappingURL=ScrollView.d.ts.map