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) 237 B
import React from 'react'; import { GridListProps, GridListBaseProps } from './types'; declare function GridList<T = any>(props: GridListProps<T>): React.JSX.Element; export { GridListBaseProps, GridListProps }; export default GridList;