UNPKG

react-native-flexible-grid

Version:

React Native Flexible Grid is an advanced grid layout system inspired by CSS Grid, designed to facilitate responsive, customizable, and dynamic grid layouts in React Native applications. It supports both responsive and fixed layouts, enabling the creation

8 lines 452 B
import React from 'react'; /** * Determine which to render, a React component or element. * @param {React.ComponentType<any> | React.ReactElement} Component - The component to render. * @returns {React.ReactElement} The rendered component or element. */ export declare const renderPropComponent: (Component?: React.ComponentType<any> | React.ReactElement<any> | null) => React.JSX.Element | null; //# sourceMappingURL=render-prop-component.d.ts.map