UNPKG

react-native-ui-lib

Version:

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

16 lines (15 loc) 526 B
import React from 'react'; import { ViewStyle } from 'react-native'; import { ListItemPartProps } from './types'; export { ListItemPartProps }; declare const _default: React.ForwardRefExoticComponent<{ left?: boolean | undefined; middle?: boolean | undefined; right?: boolean | undefined; row?: boolean | undefined; column?: boolean | undefined; containerStyle?: import("react-native").StyleProp<ViewStyle>; } & { children?: React.ReactNode; } & React.RefAttributes<any>>; export default _default;