UNPKG

alouette

Version:

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

5 lines 289 B
import type { ReactNode } from "react"; import { type FlatListProps as RNFlatListProps } from "react-native"; export type FlatListProps<ItemT> = RNFlatListProps<ItemT>; export declare const FlatList: <ItemT>(props: FlatListProps<ItemT>) => ReactNode; //# sourceMappingURL=FlatList.d.ts.map