UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

6 lines (5 loc) 240 B
import React from 'react'; declare const getIndexedChildren: (children: React.ReactNode, startingIndex?: number | undefined) => React.FunctionComponentElement<{ index: number; }>[] | null | undefined; export default getIndexedChildren;