UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

6 lines (5 loc) 239 B
import React from 'react'; import { SortableGridListProps } from './types'; declare function SortableGridList<T = any>(props: SortableGridListProps<T>): React.JSX.Element; export { SortableGridListProps }; export default SortableGridList;