react-native-actions-sheet
Version:
A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
7 lines • 452 B
TypeScript
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>> | undefined;
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
//# sourceMappingURL=FlashList.d.ts.map