UNPKG

react-native-actions-sheet-fork

Version:

A Cross Platform (Android & iOS) ActionSheet with robust and flexible API, native performance, and zero dependency code for React Native. Forked version.

7 lines 440 B
import { FlashList as SPFlashList, MasonryFlashListProps } from '@shopify/flash-list'; import React from 'react'; export declare const FlashList: typeof SPFlashList; export declare const MasonaryFlashList: <T>(props: MasonryFlashListProps<T> & { ref?: React.RefObject<import("@shopify/flash-list").MasonryFlashListRef<T>>; }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>; //# sourceMappingURL=FlashList.d.ts.map