UNPKG

react-native-draggable-masonry-grid

Version:

React native flatlist based implementation of masonary grid with drag/drop functionality

4 lines 312 B
import React from 'react'; import type { DraggableMasonryGridCardWrapperRef, GridCardWrapperProps } from './types'; export declare const GridCardWrapper: React.ForwardRefExoticComponent<GridCardWrapperProps & React.RefAttributes<DraggableMasonryGridCardWrapperRef>>; //# sourceMappingURL=GridCardWrapper.d.ts.map