rn-sheet
Version:
7 lines • 440 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>>;
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
//# sourceMappingURL=FlashList.d.ts.map