UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

12 lines (11 loc) 353 B
import React from 'react'; declare const getAbsoluteChildren: (children: JSX.Element[] | JSX.Element, reverse?: boolean | undefined) => React.DetailedReactHTMLElement<{ style: { position: "absolute"; }; position?: undefined; } | { position: string; style?: undefined; }, HTMLElement>[][]; export default getAbsoluteChildren;